Skip to content

Commit 6b2de61

Browse files
committed
[BOOK-232] chore: SplashUi 누락된 Spacer 추가
1 parent c3670fd commit 6b2de61

File tree

1 file changed

+1
-0
lines changed
  • feature/main/src/main/kotlin/com/ninecraft/booket/feature/main/splash

1 file changed

+1
-0
lines changed

feature/main/src/main/kotlin/com/ninecraft/booket/feature/main/splash/SplashUi.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ fun SplashUi(
6363
color = ReedTheme.colors.contentInverse,
6464
style = ReedTheme.typography.heading2SemiBold,
6565
)
66+
Spacer(modifier.height(ReedTheme.spacing.spacing8))
6667
}
6768
}
6869
}

0 commit comments

Comments
 (0)