From 602265962547f7cbd0052e96a78274e7d1918760 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Wed, 25 Sep 2024 16:01:31 -0500 Subject: [PATCH] Tweak nav item count style --- src/view/shell/desktop/LeftNav.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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,