File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
compose-html-common/src/jsMain/kotlin/com/huanshankeji/compose/web Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ package com.huanshankeji.compose.web
33import androidx.compose.runtime.Composable
44import com.huanshankeji.compose.web.attributes.attrs
55import com.huanshankeji.compose.web.attributes.plus
6- import com.huanshankeji.compose.web.css.FIT_CONTENT
76import com.huanshankeji.compose.web.css.Styles
8- import com.huanshankeji.compose.web.css.width
97import com.huanshankeji.compose.web.css.wrapInAttrs
8+ import com.varabyte.kobweb.compose.css.Width
9+ import com.varabyte.kobweb.compose.css.width
1010import org.jetbrains.compose.web.css.*
1111import org.jetbrains.compose.web.dom.AttrBuilderContext
1212import org.jetbrains.compose.web.dom.ContentBuilder
@@ -46,7 +46,7 @@ fun Column(
4646 Flexbox (attrs<HTMLDivElement > {
4747 style {
4848 flexDirection(FlexDirection .Column )
49- if (fitContent) width(FIT_CONTENT )
49+ if (fitContent) width(Width . FitContent )
5050 }
5151 } + attrs, content)
5252
You can’t perform that action at this time.
0 commit comments