diff --git a/src/pages/BinaryClockScreen.tsx b/src/pages/BinaryClockScreen.tsx index d4202f2..afb7133 100644 --- a/src/pages/BinaryClockScreen.tsx +++ b/src/pages/BinaryClockScreen.tsx @@ -23,7 +23,7 @@ function BinaryClockScreen() { const flexStyle = { flexDirection: height > width ? 'column' : 'row' } as const return ( - + @@ -51,6 +51,7 @@ function useSettingsVisibility() { } const styles = StyleSheet.create({ + safeArea: { backgroundColor: 'black' }, container: { height: '100%' }, clock: { flex: 5 }, settings: { flex: 2 },