Browse Source

Fix web buil

CSS_BASIC_PROPS
Shagen Ogandzhanian 3 years ago
parent
commit
e1c564a543
  1. 4
      web/core/src/jsMain/kotlin/androidx/compose/web/css/properties/background.kt

4
web/core/src/jsMain/kotlin/androidx/compose/web/css/properties/background.kt

@ -11,8 +11,4 @@ fun StyleBuilder.backgroundColor(value: String) {
fun StyleBuilder.backgroundColor(value: CSSColorValue) {
property("background-color", value)
}
fun StyleBuilder.backgroundColor(value: String) {
property("background-color", value)
}
Loading…
Cancel
Save