mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-27 22:20:00 -05:00
align create playlist button
This commit is contained in:
@@ -17,7 +17,9 @@ export default function Playlists({ navigation }: { navigation: NativeStackNavig
|
||||
<XStack justifyContent="space-between" alignContent="center" marginHorizontal={"$2"}>
|
||||
<H2>Your Playlists</H2>
|
||||
|
||||
<Icon name="plus-circle-outline" color={getToken("$color.telemagenta")} />
|
||||
<XStack justifyContent="center" alignContent="center" marginTop={7}>
|
||||
<Icon name="plus-circle-outline" color={getToken("$color.telemagenta")} />
|
||||
</XStack>
|
||||
</XStack>
|
||||
<FlatList horizontal
|
||||
data={playlists}
|
||||
|
||||
Reference in New Issue
Block a user