Drop text size in sp card overflow count
This commit is contained in:
@@ -234,7 +234,7 @@ export function AvatarStack({
|
|||||||
{computedTotal > 0 ? (
|
{computedTotal > 0 ? (
|
||||||
<Text
|
<Text
|
||||||
style={[
|
style={[
|
||||||
gtPhone ? a.text_md : a.text_sm,
|
gtPhone ? a.text_md : a.text_xs,
|
||||||
a.font_bold,
|
a.font_bold,
|
||||||
a.leading_snug,
|
a.leading_snug,
|
||||||
{color: 'white'},
|
{color: 'white'},
|
||||||
|
|||||||
Reference in New Issue
Block a user