File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
miuix/src/commonMain/kotlin/top/yukonga/miuix/kmp/basic Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ import androidx.compose.foundation.layout.BoxScope
1818import androidx.compose.foundation.layout.Column
1919import androidx.compose.foundation.layout.ColumnScope
2020import androidx.compose.foundation.layout.PaddingValues
21- import androidx.compose.foundation.layout.fillMaxSize
2221import androidx.compose.foundation.layout.padding
2322import androidx.compose.foundation.shape.RoundedCornerShape
2423import androidx.compose.runtime.Composable
@@ -148,7 +147,6 @@ fun Card(
148147 interactionSource = interactionSource,
149148 indication = if (showIndication == true ) currentIndication else null
150149 )
151- .fillMaxSize()
152150 .padding(insideMargin)
153151 }
154152 Column (
You can’t perform that action at this time.
0 commit comments