style(onboarding): nudge icon up

main
Peter Steinberger 2025-12-20 20:19:01 +00:00
parent 3163a42f36
commit ebb7428479
1 changed files with 2 additions and 2 deletions

View File

@ -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: 58) .offset(y: 33)
.frame(height: 226) .frame(height: 201)
GeometryReader { _ in GeometryReader { _ in
HStack(spacing: 0) { HStack(spacing: 0) {