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