about summary refs log tree commit diff
path: root/src/view/com/pager/FeedsTabBar.web.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-05-17 21:54:40 -0500
committerPaul Frazee <pfrazee@gmail.com>2023-05-17 21:54:40 -0500
commit177df363308c09eccc071acfcd0a33d14489ff6f (patch)
treee5d0c067adedbef58454ee547c0a15336cd4dba8 /src/view/com/pager/FeedsTabBar.web.tsx
parent6bf8e7215784dafd04ae3639a28666eea77ed1bd (diff)
downloadvoidsky-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.tsx1
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>