fix(chapters): nudge the chapter button left of the skip controls

This commit is contained in:
Uruk
2026-05-22 14:13:01 +02:00
parent f061e3b757
commit 1baf4fab3b

View File

@@ -160,10 +160,9 @@ export const BottomControls: FC<BottomControlsProps> = ({
<Pressable
onPress={() => setChapterListVisible(true)}
hitSlop={10}
className='justify-center'
className='justify-center mr-4'
accessibilityRole='button'
accessibilityLabel={t("chapters.open")}
style={{ marginBottom: 6 }}
>
<Ionicons name='list' size={24} color='white' />
</Pressable>