From a0fa6217c4950d899e34f5c8a7e0bf196f7a64aa Mon Sep 17 00:00:00 2001 From: "xan.lol" Date: Sun, 31 May 2026 21:11:20 -0700 Subject: [PATCH] feat: give active tab bar tab rounded corners --- src/view/com/pager/TabBar.tsx | 2 +- src/view/com/pager/TabBar.web.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/view/com/pager/TabBar.tsx b/src/view/com/pager/TabBar.tsx index c07f44ac8..ba563b32e 100644 --- a/src/view/com/pager/TabBar.tsx +++ b/src/view/com/pager/TabBar.tsx @@ -425,7 +425,7 @@ function TabBarItem({ onPressItem(index)} accessibilityRole="tab"> diff --git a/src/view/com/pager/TabBar.web.tsx b/src/view/com/pager/TabBar.web.tsx index bacfaedab..06ebacd14 100644 --- a/src/view/com/pager/TabBar.web.tsx +++ b/src/view/com/pager/TabBar.web.tsx @@ -109,7 +109,7 @@ export function TabBar({ ref={node => { itemRefs.current[i] = node as any }} - style={styles.item} + style={[styles.item, a.rounded_sm]} hoverStyle={t.atoms.bg_contrast_25} onPress={() => onPressItem(i)} accessibilityRole="tab"> -- 2.51.2