Make @Preview internal.
And exclude class generated by Showkase
This commit is contained in:
parent
00ce51cade
commit
6bb01d640f
29 changed files with 60 additions and 58 deletions
|
|
@ -92,11 +92,11 @@ fun LogoutPreferenceContent(
|
|||
|
||||
@Preview
|
||||
@Composable
|
||||
fun LogoutPreferenceViewLightPreview() = ElementPreviewLight { ContentToPreview() }
|
||||
internal fun LogoutPreferenceViewLightPreview() = ElementPreviewLight { ContentToPreview() }
|
||||
|
||||
@Preview
|
||||
@Composable
|
||||
fun LogoutPreferenceViewDarkPreview() = ElementPreviewDark { ContentToPreview() }
|
||||
internal fun LogoutPreferenceViewDarkPreview() = ElementPreviewDark { ContentToPreview() }
|
||||
|
||||
@Composable
|
||||
private fun ContentToPreview() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue