Skip to content

Commit

Permalink
Make the counter more rounded (#5083)
Browse files Browse the repository at this point in the history
  • Loading branch information
nucleartux authored Sep 26, 2024
1 parent f2a69c4 commit 625d746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/shell/desktop/LeftNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ const styles = StyleSheet.create({
fontSize: 12,
fontWeight: '600',
paddingHorizontal: 4,
borderRadius: 6,
borderRadius: 8,
},
navItemCountTablet: {
left: 18,
Expand Down

0 comments on commit 625d746

Please sign in to comment.