Bluesky app fork with some witchin' additions 💫

width full on text container (#6007)

authored by samuel.fm and committed by

GitHub c92f6d5f d74aaf90

+1 -1
+1 -1
src/components/StarterPack/StarterPackCard.tsx
··· 63 63 64 64 return ( 65 65 <View style={[a.w_full, a.gap_md]}> 66 - <View style={[a.flex_row, a.gap_sm]}> 66 + <View style={[a.flex_row, a.gap_sm, a.w_full]}> 67 67 {!noIcon ? <StarterPack width={40} gradient="sky" /> : null} 68 68 <View style={[a.flex_1]}> 69 69 <Text