diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/components/StarterPack/StarterPackCard.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/StarterPack/StarterPackCard.tsx b/src/components/StarterPack/StarterPackCard.tsx index ce458bc84..29cccecc8 100644 --- a/src/components/StarterPack/StarterPackCard.tsx +++ b/src/components/StarterPack/StarterPackCard.tsx @@ -65,7 +65,7 @@ export function Card({ <View style={[a.w_full, a.gap_md]}> <View style={[a.flex_row, a.gap_sm]}> {!noIcon ? <StarterPack width={40} gradient="sky" /> : null} - <View> + <View style={[a.flex_1]}> <Text emoji style={[a.text_md, a.font_bold, a.leading_snug]}> {record.name} </Text> |