mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-28 22:18:43 -06:00
add playlist component layout fixes
This commit is contained in:
@@ -2,13 +2,14 @@ import { Label } from "../../../components/Global/helpers/text";
|
||||
import Input from "../../../components/Global/helpers/input";
|
||||
import React from "react";
|
||||
import { SafeAreaView } from "react-native-safe-area-context";
|
||||
import { View } from "tamagui";
|
||||
|
||||
|
||||
export default function AddPlaylist() : React.JSX.Element {
|
||||
return (
|
||||
<SafeAreaView>
|
||||
<View marginHorizontal={"$2"}>
|
||||
<Label size="$2" htmlFor="name">Name</Label>
|
||||
<Input id="name" />
|
||||
</SafeAreaView>
|
||||
</View>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user