diff --git a/app/screens/NowPlayingView.tsx b/app/screens/NowPlayingView.tsx index 98a0846..696a713 100644 --- a/app/screens/NowPlayingView.tsx +++ b/app/screens/NowPlayingView.tsx @@ -336,9 +336,9 @@ const PlayerControls = () => { - + {/* - + */} navigation.navigate('queue')} disabled={disabled} hitSlop={16}> @@ -361,7 +361,7 @@ const controlsStyles = StyleSheet.create({ bottom: { flexDirection: 'row', alignItems: 'center', - justifyContent: 'space-between', + justifyContent: 'flex-end', paddingTop: 10, paddingBottom: 40, },