From 3ab4f608c2cf525f597618e85205830200d34286 Mon Sep 17 00:00:00 2001 From: "mk43313@gmail.com" Date: Wed, 15 Jan 2025 22:52:59 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20ChoiceQuestionContent=20PreviewKoLi?= =?UTF-8?q?ghtDark=EC=A0=81=EC=9A=A9(#196)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../course/quiz/component/ChoiceQuestionContent.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/feature/quiz/src/main/java/kr/boostcamp_2024/course/quiz/component/ChoiceQuestionContent.kt b/feature/quiz/src/main/java/kr/boostcamp_2024/course/quiz/component/ChoiceQuestionContent.kt index 8011b9cb..7b54f295 100644 --- a/feature/quiz/src/main/java/kr/boostcamp_2024/course/quiz/component/ChoiceQuestionContent.kt +++ b/feature/quiz/src/main/java/kr/boostcamp_2024/course/quiz/component/ChoiceQuestionContent.kt @@ -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 @@ -36,7 +36,7 @@ internal fun ChoiceQuestionContent( } } -@Preview(showBackground = true, locale = "ko") +@PreviewKoLightDark @Composable private fun ChoiceQuestionContentPreview() { WeQuizTheme {