diff --git a/src/view/com/pager/TabBar.tsx b/src/view/com/pager/TabBar.tsx --- a/src/view/com/pager/TabBar.tsx +++ b/src/view/com/pager/TabBar.tsx @@ -425,7 +425,7 @@ return ( onPressItem(index)} accessibilityRole="tab"> diff --git a/src/view/com/pager/TabBar.web.tsx b/src/view/com/pager/TabBar.web.tsx --- a/src/view/com/pager/TabBar.web.tsx +++ b/src/view/com/pager/TabBar.web.tsx @@ -109,7 +109,7 @@ key={`${item}-${i}`} 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">