Fix header spacing for when dark mode is active

zio/stable
Paul Frazee 2022-11-17 10:15:48 -06:00
parent 362478f793
commit a0afb8386b
1 changed files with 2 additions and 2 deletions

View File

@ -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,
}, },