mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-21 10:21:19 -06:00
make these circular plz
This commit is contained in:
@@ -192,6 +192,7 @@ export default function PlayerScreen({ navigation }: { navigation: NativeStackNa
|
||||
marginVertical={"$3"}
|
||||
>
|
||||
<IconButton
|
||||
circular
|
||||
name="rewind-15"
|
||||
onPress={() => {
|
||||
|
||||
@@ -203,6 +204,7 @@ export default function PlayerScreen({ navigation }: { navigation: NativeStackNa
|
||||
/>
|
||||
|
||||
<IconButton
|
||||
circular
|
||||
name="skip-previous"
|
||||
onPress={() => usePrevious.mutate()}
|
||||
/>
|
||||
@@ -211,11 +213,13 @@ export default function PlayerScreen({ navigation }: { navigation: NativeStackNa
|
||||
<PlayPauseButton size={width / 6} />
|
||||
|
||||
<IconButton
|
||||
circular
|
||||
name="skip-next"
|
||||
onPress={() => useSkip.mutate(undefined)}
|
||||
/>
|
||||
|
||||
<IconButton
|
||||
circular
|
||||
name="fast-forward-15"
|
||||
onPress={() => {
|
||||
setSeeking(true);
|
||||
|
||||
Reference in New Issue
Block a user