From 4e091e5c1eb73f2e4af4c84aebc9cbe7392a56ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B2=9C=EC=9D=BC=EC=98=81?= <147039081+Cheonilyeong@users.noreply.github.com> Date: Thu, 16 Jan 2025 18:09:33 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20CustomPropertyTabPreview=20Preview?= =?UTF-8?q?=20=EC=88=98=EC=A0=95(#196)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../boostcamp_2024/course/study/component/CustomPropertyTab.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/feature/study/src/main/java/kr/boostcamp_2024/course/study/component/CustomPropertyTab.kt b/feature/study/src/main/java/kr/boostcamp_2024/course/study/component/CustomPropertyTab.kt index 23e27e7b..937a5876 100644 --- a/feature/study/src/main/java/kr/boostcamp_2024/course/study/component/CustomPropertyTab.kt +++ b/feature/study/src/main/java/kr/boostcamp_2024/course/study/component/CustomPropertyTab.kt @@ -1,5 +1,6 @@ package kr.boostcamp_2024.course.study.component +import android.content.res.Configuration.UI_MODE_NIGHT_YES import androidx.compose.foundation.layout.Row import androidx.compose.foundation.layout.Spacer import androidx.compose.foundation.layout.fillMaxWidth @@ -68,6 +69,7 @@ internal fun CustomPropertyTab( } @Preview(showBackground = true, locale = "ko") +@Preview(showBackground = true, locale = "ko", uiMode = UI_MODE_NIGHT_YES) @Composable private fun CustomPropertyTabPreview() { WeQuizTheme {