Make 'em round (#5654)

This commit is contained in:
Eric Bailey
2024-10-08 16:47:09 -05:00
committed by GitHub
parent 8fe242728e
commit 857b20b2a8
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -584,6 +584,7 @@ function MenuItem({
<View
style={[
styles.menuItemCount,
a.rounded_full,
count.length > 2
? styles.menuItemCountHundreds
: count.length > 1
+1 -1
View File
@@ -360,7 +360,7 @@ function Btn({
targetScale={0.8}>
{icon}
{notificationCount ? (
<View style={[styles.notificationCount]}>
<View style={[styles.notificationCount, a.rounded_full]}>
<Text style={styles.notificationCountLabel}>{notificationCount}</Text>
</View>
) : undefined}