Skip to content

Commit

Permalink
refactor: PreviewKoLightDarkBackground ์ƒ์„ฑ(#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
moyeongmin committed Jan 17, 2025
1 parent 7330ce2 commit 4a07629
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 4a07629

Please sign in to comment.