Fix web Home header (#7086)

* Fix header disappearing on web

* Make border nicer
This commit is contained in:
dan
2024-12-12 21:57:26 +00:00
committed by GitHub
parent 8a790cdd7f
commit add7a91d54
3 changed files with 8 additions and 14 deletions
+1 -1
View File
@@ -199,7 +199,7 @@ const mobileStyles = StyleSheet.create({
textAlign: 'center',
minWidth: 45,
paddingBottom: 10,
borderBottomWidth: 2,
borderBottomWidth: 3,
borderBottomColor: 'transparent',
},
outerBottomBorder: {