Skip to content

Commit

Permalink
refactor: ChoiceQuestionContent
Browse files Browse the repository at this point in the history
PreviewKoLightDark적용(#196)
  • Loading branch information
jay200333 committed Jan 15, 2025
1 parent 108c429 commit 3ab4f60
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package kr.boostcamp_2024.course.quiz.component

import androidx.compose.foundation.layout.Column
import androidx.compose.runtime.Composable
import androidx.compose.ui.tooling.preview.Preview
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.ChoiceQuestion

Expand Down Expand Up @@ -36,7 +36,7 @@ internal fun ChoiceQuestionContent(
}
}

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

0 comments on commit 3ab4f60

Please sign in to comment.