about summary refs log tree commit diff
path: root/src/view/shell/Drawer.tsx
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2024-10-08 16:47:09 -0500
committerGitHub <noreply@github.com>2024-10-08 14:47:09 -0700
commit857b20b2a8c75c22d7496be8b8a436e51f7888bd (patch)
tree97ef56e2e74c93c914c7a25e9737ea312368a6e7 /src/view/shell/Drawer.tsx
parent8fe242728e3954e6139edc83442ab3986a4f7eae (diff)
downloadvoidsky-857b20b2a8c75c22d7496be8b8a436e51f7888bd.tar.zst
Make 'em round (#5654)
Diffstat (limited to 'src/view/shell/Drawer.tsx')
-rw-r--r--src/view/shell/Drawer.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/shell/Drawer.tsx b/src/view/shell/Drawer.tsx
index 4212b28af..51375dd32 100644
--- a/src/view/shell/Drawer.tsx
+++ b/src/view/shell/Drawer.tsx
@@ -584,6 +584,7 @@ function MenuItem({
           <View
             style={[
               styles.menuItemCount,
+              a.rounded_full,
               count.length > 2
                 ? styles.menuItemCountHundreds
                 : count.length > 1