Bluesky app fork with some witchin' additions 💫

Onboarding fixes (#4508)

* Add extra padding to bottom of profile step

* Make profile pic gen higher res

authored by

Eric Bailey and committed by
GitHub
7e88d0d7 332524b7

+2 -2
+1 -1
src/screens/Onboarding/Layout.tsx
··· 152 152 {children} 153 153 </View> 154 154 155 - <View style={{height: 200}} /> 155 + <View style={{height: 400}} /> 156 156 </View> 157 157 </View> 158 158 </ScrollView>
+1 -1
src/screens/Onboarding/StepProfile/PlaceholderCanvas.tsx
··· 5 5 import {useAvatar} from '#/screens/Onboarding/StepProfile/index' 6 6 import {atoms as a} from '#/alf' 7 7 8 - const SIZE_MULTIPLIER = 1.5 8 + const SIZE_MULTIPLIER = 5 9 9 10 10 export interface PlaceholderCanvasRef { 11 11 capture: () => Promise<string>