Skip to content

Commit c89e2a2

Browse files
committed
.
1 parent 5f7ca95 commit c89e2a2

File tree

1 file changed

+1
-1
lines changed
  • library/core/src/commonMain/kotlin/com/michaelflisar/composepreferences/core/styles

1 file changed

+1
-1
lines changed

library/core/src/commonMain/kotlin/com/michaelflisar/composepreferences/core/styles/ModernStyle.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class ModernStyle internal constructor(
5656
* @param spacing the spacing between preference items
5757
*/
5858
@Composable
59-
fun create(
59+
fun create(
6060
cornerSize: Dp = DEFAULT_CORNER_SIZE,
6161
backgroundColor: Color = MaterialTheme.colorScheme.background,
6262
foregroundColor: Color = MaterialTheme.colorScheme.onBackground,

0 commit comments

Comments
 (0)