We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f7ca95 commit c89e2a2Copy full SHA for c89e2a2
library/core/src/commonMain/kotlin/com/michaelflisar/composepreferences/core/styles/ModernStyle.kt
@@ -56,7 +56,7 @@ class ModernStyle internal constructor(
56
* @param spacing the spacing between preference items
57
*/
58
@Composable
59
- fun create(
+ fun create(
60
cornerSize: Dp = DEFAULT_CORNER_SIZE,
61
backgroundColor: Color = MaterialTheme.colorScheme.background,
62
foregroundColor: Color = MaterialTheme.colorScheme.onBackground,
0 commit comments