mirror of
https://github.com/anultravioletaurora/Jellify.git
synced 2026-05-05 13:09:33 -05:00
flex playlist heading
This commit is contained in:
@@ -15,7 +15,7 @@ export default function Playlists({ navigation }: { navigation: NativeStackNavig
|
||||
return (
|
||||
<View>
|
||||
<XStack alignContent="center" marginHorizontal={"$2"}>
|
||||
<H2 flex={4} textAlign="left">Your Playlists</H2>
|
||||
<H2 flex={5} textAlign="left">Your Playlists</H2>
|
||||
|
||||
<YStack flex={1} justifyContent="center" alignContent="center" marginTop={7}>
|
||||
<Icon name="plus-circle-outline" color={getToken("$color.amethyst")} onPress={() => navigation.navigate('AddPlaylist')}/>
|
||||
|
||||
Reference in New Issue
Block a user