diff options
author | dan <dan.abramov@gmail.com> | 2024-12-12 21:57:26 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-12 21:57:26 +0000 |
commit | add7a91d54d24eb1f02c5a83c36db90834d94add (patch) | |
tree | 186a84610902474279cca393f491acf2c0760f9f /src/view/com/pager/TabBar.web.tsx | |
parent | 8a790cdd7f9c449ab49a2e1048cc82617b38c6b0 (diff) | |
download | voidsky-add7a91d54d24eb1f02c5a83c36db90834d94add.tar.zst |
Fix web Home header (#7086)
* Fix header disappearing on web * Make border nicer
Diffstat (limited to 'src/view/com/pager/TabBar.web.tsx')
-rw-r--r-- | src/view/com/pager/TabBar.web.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/pager/TabBar.web.tsx b/src/view/com/pager/TabBar.web.tsx index f44e03368..c83889432 100644 --- a/src/view/com/pager/TabBar.web.tsx +++ b/src/view/com/pager/TabBar.web.tsx @@ -199,7 +199,7 @@ const mobileStyles = StyleSheet.create({ textAlign: 'center', minWidth: 45, paddingBottom: 10, - borderBottomWidth: 2, + borderBottomWidth: 3, borderBottomColor: 'transparent', }, outerBottomBorder: { |