Skip to content

Commit

Permalink
refactor: CategoryListScreen PreviewKoLightDark적용(#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
jay200333 committed Jan 15, 2025
1 parent 0a0d34a commit bf12269
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import androidx.compose.material3.HorizontalDivider
import androidx.compose.runtime.Composable
import androidx.compose.ui.Modifier
import androidx.compose.ui.res.stringResource
import androidx.compose.ui.tooling.preview.Preview
import androidx.compose.ui.unit.dp
import kr.boostcamp_2024.course.designsystem.ui.annotation.PreviewKoLightDark
import kr.boostcamp_2024.course.designsystem.ui.theme.WeQuizTheme
import kr.boostcamp_2024.course.domain.model.Category
import kr.boostcamp_2024.course.domain.model.StudyGroup
Expand Down Expand Up @@ -70,7 +70,7 @@ fun CategoryLazyColumn(
}
}

@Preview(showBackground = true, locale = "ko")
@PreviewKoLightDark
@Composable
fun CategoryListScreenPreview() {
WeQuizTheme {
Expand Down

0 comments on commit bf12269

Please sign in to comment.