diff options
author | dan <dan.abramov@gmail.com> | 2024-12-17 11:22:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-17 11:22:49 +0000 |
commit | 07b7250682c2841e9428c509707d08c17a4317df (patch) | |
tree | c3bb31fa1eed591f9a37535317ba81b12fdae21c /src/view/com/pager/TabBar.web.tsx | |
parent | 31d2aa6716007871d50892be8b866085309ae92c (diff) | |
download | voidsky-07b7250682c2841e9428c509707d08c17a4317df.tar.zst |
Fix notifications borders (#7140)
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 cabd955f0..d44b7b60c 100644 --- a/src/view/com/pager/TabBar.web.tsx +++ b/src/view/com/pager/TabBar.web.tsx @@ -145,7 +145,7 @@ export function TabBar({ const desktopStyles = StyleSheet.create({ outer: { flexDirection: 'row', - width: 598, + width: 600, }, contentContainer: { flexGrow: 1, |