diff options
-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 0f24566b6..22e0a155a 100644 --- a/src/components/StarterPack/StarterPackCard.tsx +++ b/src/components/StarterPack/StarterPackCard.tsx @@ -63,7 +63,7 @@ export function Card({ return ( <View style={[a.w_full, a.gap_md]}> - <View style={[a.flex_row, a.gap_sm]}> + <View style={[a.flex_row, a.gap_sm, a.w_full]}> {!noIcon ? <StarterPack width={40} gradient="sky" /> : null} <View style={[a.flex_1]}> <Text |