From 00de0b0c5b5c5a41f2907ca2a5453a808f3aa5f8 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Tue, 8 Oct 2024 16:19:13 -0500 Subject: [PATCH] Make 'em round --- src/view/shell/Drawer.tsx | 1 + src/view/shell/bottom-bar/BottomBar.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/view/shell/Drawer.tsx b/src/view/shell/Drawer.tsx index 4212b28af9..51375dd322 100644 --- a/src/view/shell/Drawer.tsx +++ b/src/view/shell/Drawer.tsx @@ -584,6 +584,7 @@ function MenuItem({ 2 ? styles.menuItemCountHundreds : count.length > 1 diff --git a/src/view/shell/bottom-bar/BottomBar.tsx b/src/view/shell/bottom-bar/BottomBar.tsx index af06134fce..028b194c3e 100644 --- a/src/view/shell/bottom-bar/BottomBar.tsx +++ b/src/view/shell/bottom-bar/BottomBar.tsx @@ -360,7 +360,7 @@ function Btn({ targetScale={0.8}> {icon} {notificationCount ? ( - + {notificationCount} ) : undefined}