style(onboarding): lower welcome icon
parent
fb9c1f7e65
commit
09d2165d36
|
|
@ -146,8 +146,8 @@ struct OnboardingView: View {
|
||||||
var body: some View {
|
var body: some View {
|
||||||
VStack(spacing: 0) {
|
VStack(spacing: 0) {
|
||||||
GlowingClawdisIcon(size: 156, glowIntensity: 0.28)
|
GlowingClawdisIcon(size: 156, glowIntensity: 0.28)
|
||||||
.offset(y: 8)
|
.offset(y: 58)
|
||||||
.frame(height: 176)
|
.frame(height: 226)
|
||||||
|
|
||||||
GeometryReader { _ in
|
GeometryReader { _ in
|
||||||
HStack(spacing: 0) {
|
HStack(spacing: 0) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue