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 d661a9ff7a
commit ee5c9ae19f

View File

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