Make 'em round (#5654)
This commit is contained in:
@@ -584,6 +584,7 @@ function MenuItem({
|
||||
<View
|
||||
style={[
|
||||
styles.menuItemCount,
|
||||
a.rounded_full,
|
||||
count.length > 2
|
||||
? styles.menuItemCountHundreds
|
||||
: count.length > 1
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user