Fix header spacing for when dark mode is active
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user