Bluesky app fork with some witchin' additions 💫

the "unflattening" strikes again

+3 -3
+3 -3
src/components/WelcomeModal.tsx
··· 8 8 import {logger} from '#/logger' 9 9 import {useLoggedOutViewControls} from '#/state/shell/logged-out' 10 10 import {Logo} from '#/view/icons/Logo' 11 - import {atoms as a, useBreakpoints, web} from '#/alf' 11 + import {atoms as a, flatten, useBreakpoints, web} from '#/alf' 12 12 import {Button, ButtonText} from '#/components/Button' 13 13 import {TimesLarge_Stroke2_Corner0_Rounded as XIcon} from '#/components/icons/Times' 14 14 import {Text} from '#/components/Typography' ··· 78 78 ]}> 79 79 <FocusScope.FocusScope asChild loop trapped> 80 80 <View 81 - style={[ 81 + style={flatten([ 82 82 { 83 83 maxWidth: 800, 84 84 maxHeight: 600, ··· 89 89 a.rounded_lg, 90 90 a.overflow_hidden, 91 91 a.zoom_in, 92 - ]}> 92 + ])}> 93 93 <ImageBackground 94 94 source={welcomeModalBg} 95 95 style={[a.flex_1, a.justify_center]}