mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-21 02:10:35 -06:00
move add playlis tbutton closer to your playlists text
This commit is contained in:
@@ -15,9 +15,9 @@ export default function Playlists({ navigation }: { navigation: NativeStackNavig
|
||||
return (
|
||||
<View>
|
||||
<XStack alignContent="center" marginHorizontal={"$2"}>
|
||||
<H2 flex={5} textAlign="left">Your Playlists</H2>
|
||||
<H2 textAlign="left">Your Playlists</H2>
|
||||
|
||||
<YStack flex={1} justifyContent="center" alignContent="center" marginTop={7}>
|
||||
<YStack justifyContent="center" alignContent="center" marginTop={7}>
|
||||
<Icon name="plus-circle-outline" color={getToken("$color.amethyst")} onPress={() => navigation.navigate('AddPlaylist')}/>
|
||||
</YStack>
|
||||
</XStack>
|
||||
|
||||
Reference in New Issue
Block a user