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