Browse Source

Remove extra erroneous characters from comment (#787)

pull/796/head
Louis CAD 3 years ago committed by GitHub
parent
commit
bfe4bf4a3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      web/widgets/src/jsMain/kotlin/Modifier.kt

4
web/widgets/src/jsMain/kotlin/Modifier.kt

@ -34,8 +34,8 @@ fun Modifier.asAttributeBuilderApplier(
}
actual fun Modifier.padding(all: Dp): Modifier = castOrCreate().apply {
// yes, it's not a typo, what Modifier.padding does is actually adding marginEe
// yes, it's not a typo, what Modifier.padding does is actually adding margin
add {
margin(all.value.px)
}
}
}

Loading…
Cancel
Save