Make 'em round (#5654)
This commit is contained in:
@@ -584,6 +584,7 @@ function MenuItem({
|
|||||||
<View
|
<View
|
||||||
style={[
|
style={[
|
||||||
styles.menuItemCount,
|
styles.menuItemCount,
|
||||||
|
a.rounded_full,
|
||||||
count.length > 2
|
count.length > 2
|
||||||
? styles.menuItemCountHundreds
|
? styles.menuItemCountHundreds
|
||||||
: count.length > 1
|
: count.length > 1
|
||||||
|
|||||||
@@ -360,7 +360,7 @@ function Btn({
|
|||||||
targetScale={0.8}>
|
targetScale={0.8}>
|
||||||
{icon}
|
{icon}
|
||||||
{notificationCount ? (
|
{notificationCount ? (
|
||||||
<View style={[styles.notificationCount]}>
|
<View style={[styles.notificationCount, a.rounded_full]}>
|
||||||
<Text style={styles.notificationCountLabel}>{notificationCount}</Text>
|
<Text style={styles.notificationCountLabel}>{notificationCount}</Text>
|
||||||
</View>
|
</View>
|
||||||
) : undefined}
|
) : undefined}
|
||||||
|
|||||||
Reference in New Issue
Block a user