diff --git a/src/view/shell/desktop/LeftNav.tsx b/src/view/shell/desktop/LeftNav.tsx index 6cceaccd92..18794fb4cd 100644 --- a/src/view/shell/desktop/LeftNav.tsx +++ b/src/view/shell/desktop/LeftNav.tsx @@ -468,9 +468,11 @@ const styles = StyleSheet.create({ backgroundColor: colors.blue3, color: colors.white, fontSize: 12, + lineHeight: 12, fontWeight: '600', paddingHorizontal: 4, - borderRadius: 6, + paddingVertical: 1, + borderRadius: 100, }, navItemCountTablet: { left: 18,