diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-05-17 21:54:40 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-05-17 21:54:40 -0500 |
commit | 177df363308c09eccc071acfcd0a33d14489ff6f (patch) | |
tree | e5d0c067adedbef58454ee547c0a15336cd4dba8 /src/view/com/pager/FeedsTabBar.web.tsx | |
parent | 6bf8e7215784dafd04ae3639a28666eea77ed1bd (diff) | |
download | voidsky-177df363308c09eccc071acfcd0a33d14489ff6f.tar.zst |
Fixes to the tab bar
Diffstat (limited to 'src/view/com/pager/FeedsTabBar.web.tsx')
-rw-r--r-- | src/view/com/pager/FeedsTabBar.web.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/view/com/pager/FeedsTabBar.web.tsx b/src/view/com/pager/FeedsTabBar.web.tsx index d1a05b153..13ee9a68c 100644 --- a/src/view/com/pager/FeedsTabBar.web.tsx +++ b/src/view/com/pager/FeedsTabBar.web.tsx @@ -56,7 +56,6 @@ const FeedsTabBarDesktop = observer( {...props} key={items.join(',')} items={items} - indicatorPosition="bottom" indicatorColor={pal.colors.link} /> </Animated.View> |