Enable detekt rule PreviewPublic and fix existing issues.
This commit is contained in:
parent
d70fd5b5f9
commit
6aa5239189
50 changed files with 90 additions and 90 deletions
|
|
@ -91,7 +91,7 @@ internal val materialColorSchemeDark = darkColorScheme(
|
|||
|
||||
@Preview
|
||||
@Composable
|
||||
fun ColorsSchemePreviewLight() = ColorsSchemePreview(
|
||||
internal fun ColorsSchemePreviewLight() = ColorsSchemePreview(
|
||||
Color.Black,
|
||||
Color.White,
|
||||
materialColorSchemeLight,
|
||||
|
|
@ -99,7 +99,7 @@ fun ColorsSchemePreviewLight() = ColorsSchemePreview(
|
|||
|
||||
@Preview
|
||||
@Composable
|
||||
fun ColorsSchemePreviewDark() = ColorsSchemePreview(
|
||||
internal fun ColorsSchemePreviewDark() = ColorsSchemePreview(
|
||||
Color.White,
|
||||
Color.Black,
|
||||
materialColorSchemeDark,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue