Always a circle

This commit is contained in:
Eric Bailey
2024-09-26 10:08:06 -05:00
parent 1e3cea434c
commit 701b0a0a0e
+2
View File
@@ -217,6 +217,7 @@ function NavItem({count, href, icon, iconFilled, label}: NavItemProps) {
a.text_xs,
a.font_bold,
a.rounded_full,
a.text_center,
{
top: '-10%',
left: count.length === 1 ? '50%' : '40%',
@@ -225,6 +226,7 @@ function NavItem({count, href, icon, iconFilled, label}: NavItemProps) {
lineHeight: a.text_sm.fontSize,
paddingHorizontal: 4,
paddingVertical: 1,
minWidth: 16,
},
isTablet && [
{