Skip to content

Commit

Permalink
refactor: CustomPropertyTabPreview Preview ์ˆ˜์ •(#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheonilyeong committed Jan 16, 2025
1 parent 5a290bb commit 4e091e5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 4e091e5

Please sign in to comment.