diff options
author | Igor Adrov <nucleartux@gmail.com> | 2024-09-26 16:48:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-26 09:48:12 -0500 |
commit | 625d7460d8af868ef0ea755cb3ac931dac4aad77 (patch) | |
tree | fb92f96f7fb04e3ba1135563d3ef6c49117c0c86 /src/view/shell/desktop | |
parent | f2a69c4528d318bfff9fff084ef75719fd5f41fb (diff) | |
download | voidsky-625d7460d8af868ef0ea755cb3ac931dac4aad77.tar.zst |
Make the counter more rounded (#5083)
Diffstat (limited to 'src/view/shell/desktop')
-rw-r--r-- | src/view/shell/desktop/LeftNav.tsx | 2 |
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, |