diff options
Diffstat (limited to 'src/screens/Search/components/StarterPackCard.tsx')
-rw-r--r-- | src/screens/Search/components/StarterPackCard.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/Search/components/StarterPackCard.tsx b/src/screens/Search/components/StarterPackCard.tsx index 9520dd5a7..1b9f94828 100644 --- a/src/screens/Search/components/StarterPackCard.tsx +++ b/src/screens/Search/components/StarterPackCard.tsx @@ -234,7 +234,7 @@ export function AvatarStack({ {computedTotal > 0 ? ( <Text style={[ - gtPhone ? a.text_md : a.text_sm, + gtPhone ? a.text_md : a.text_xs, a.font_bold, a.leading_snug, {color: 'white'}, |