tangled
alpha
login
or
join now
jeanmachine.dev
/
witchsky.app
forked from
jollywhoppers.com/witchsky.app
0
fork
atom
Bluesky app fork with some witchin' additions 💫
0
fork
atom
overview
issues
pulls
pipelines
the "unflattening" strikes again
Daniela Henkel
4 months ago
909b4067
4abfb5df
+3
-3
1 changed file
expand all
collapse all
unified
split
src
components
WelcomeModal.tsx
+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
11
-
import {atoms as a, useBreakpoints, web} from '#/alf'
11
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
81
-
style={[
81
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
-
]}>
92
92
+
])}>
93
93
<ImageBackground
94
94
source={welcomeModalBg}
95
95
style={[a.flex_1, a.justify_center]}