Skip to content

Commit

Permalink
feat: PreviewKoLightDarkBackground 어노테이션 추가 (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
pengcon committed Jan 18, 2025
1 parent eea0fa4 commit 3f22a0e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ import androidx.compose.ui.tooling.preview.Preview
@Preview(locale = "ko")
@Preview(locale = "ko", uiMode = UI_MODE_NIGHT_YES)
annotation class PreviewKoLightDark

@Preview(locale = "ko", showBackground = true)
@Preview(locale = "ko", showBackground = true, uiMode = UI_MODE_NIGHT_YES)
annotation class PreviewKoLightDarkBackground

0 comments on commit 3f22a0e

Please sign in to comment.