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