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 b303674 commit 73c28dcCopy full SHA for 73c28dc
compose-multiplatform-material/src/jvmMain/kotlin/com/huanshankeji/compose/material/Components.kt
@@ -12,4 +12,4 @@ actual class ButtonScope(val rowScope: RowScope) {
12
13
@Composable
14
actual fun Button(onClick: () -> Unit, content: @Composable ButtonScope.() -> Unit) =
15
- androidx.compose.material.Button(onClick = onClick) { ButtonScope(this).content() }
+ androidx.compose.material.Button(onClick) { ButtonScope(this).content() }
0 commit comments