about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorIgor Adrov <nucleartux@gmail.com>2024-09-26 16:48:12 +0200
committerGitHub <noreply@github.com>2024-09-26 09:48:12 -0500
commit625d7460d8af868ef0ea755cb3ac931dac4aad77 (patch)
treefb92f96f7fb04e3ba1135563d3ef6c49117c0c86 /src
parentf2a69c4528d318bfff9fff084ef75719fd5f41fb (diff)
downloadvoidsky-625d7460d8af868ef0ea755cb3ac931dac4aad77.tar.zst
Make the counter more rounded (#5083)
Diffstat (limited to 'src')
-rw-r--r--src/view/shell/desktop/LeftNav.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/shell/desktop/LeftNav.tsx b/src/view/shell/desktop/LeftNav.tsx
index 6cceaccd9..c36c4ae75 100644
--- a/src/view/shell/desktop/LeftNav.tsx
+++ b/src/view/shell/desktop/LeftNav.tsx
@@ -470,7 +470,7 @@ const styles = StyleSheet.create({
     fontSize: 12,
     fontWeight: '600',
     paddingHorizontal: 4,
-    borderRadius: 6,
+    borderRadius: 8,
   },
   navItemCountTablet: {
     left: 18,