Skip to content

Commit 587a928

Browse files
committed
chore: theme Composable 네이밍 변경
1 parent 73272a5 commit 587a928

File tree

1 file changed

+1
-1
lines changed
  • core/designsystem/src/main/kotlin/com/ninecraft/booket/core/designsystem/theme

1 file changed

+1
-1
lines changed

core/designsystem/src/main/kotlin/com/ninecraft/booket/core/designsystem/theme/Theme.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ private val LightColorScheme = lightColorScheme(
3434
)
3535

3636
@Composable
37-
fun BooketAndroidTheme(
37+
fun BooketTheme(
3838
darkTheme: Boolean = isSystemInDarkTheme(),
3939
// Dynamic color is available on Android 12+
4040
dynamicColor: Boolean = true,

0 commit comments

Comments
 (0)