diff options
Diffstat (limited to 'src/view/shell/Drawer.tsx')
-rw-r--r-- | src/view/shell/Drawer.tsx | 1 |
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 |