Make the counter more rounded (#5083)

This commit is contained in:
Igor Adrov
2024-09-26 16:48:12 +02:00
committed by GitHub
parent f2a69c4528
commit 625d7460d8
+1 -1
View File
@@ -470,7 +470,7 @@ const styles = StyleSheet.create({
fontSize: 12,
fontWeight: '600',
paddingHorizontal: 4,
borderRadius: 6,
borderRadius: 8,
},
navItemCountTablet: {
left: 18,