Fix header spacing for when dark mode is active
parent
362478f793
commit
a0afb8386b
|
@ -59,8 +59,8 @@ const styles = StyleSheet.create({
|
|||
alignItems: 'center',
|
||||
backgroundColor: colors.white,
|
||||
paddingHorizontal: 12,
|
||||
paddingTop: 2,
|
||||
paddingBottom: 8,
|
||||
paddingTop: 6,
|
||||
paddingBottom: 6,
|
||||
borderBottomColor: colors.gray1,
|
||||
borderBottomWidth: 1,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue