diff --git a/feature-teacher/nightstudy/src/commonMain/kotlin/com/b1nd/dodam/nightstudy/NightStudyScreen.kt b/feature-teacher/nightstudy/src/commonMain/kotlin/com/b1nd/dodam/nightstudy/NightStudyScreen.kt index 1e643b00..2e94d461 100644 --- a/feature-teacher/nightstudy/src/commonMain/kotlin/com/b1nd/dodam/nightstudy/NightStudyScreen.kt +++ b/feature-teacher/nightstudy/src/commonMain/kotlin/com/b1nd/dodam/nightstudy/NightStudyScreen.kt @@ -450,7 +450,7 @@ fun NightStudyScreen(viewModel: NightStudyViewModel = koinViewModel()) { .background( shimmerEffect(), RoundedCornerShape(8.dp), - ), + ) ) } }