File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
fluent/src/commonMain/kotlin/io/github/composefluent/component Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ import androidx.compose.foundation.layout.Column
16
16
import androidx.compose.foundation.layout.Row
17
17
import androidx.compose.foundation.layout.Spacer
18
18
import androidx.compose.foundation.layout.fillMaxSize
19
+ import androidx.compose.foundation.layout.fillMaxWidth
19
20
import androidx.compose.foundation.layout.height
20
21
import androidx.compose.foundation.layout.padding
21
22
import androidx.compose.foundation.layout.widthIn
@@ -177,7 +178,7 @@ fun ContentDialog(
177
178
) {
178
179
FluentDialog (visible, size) {
179
180
Column {
180
- Column (Modifier .background(FluentTheme .colors.background.layer.alt).padding(24 .dp)) {
181
+ Column (Modifier .fillMaxWidth(). background(FluentTheme .colors.background.layer.alt).padding(24 .dp)) {
181
182
Text (
182
183
style = FluentTheme .typography.subtitle,
183
184
text = title,
You can’t perform that action at this time.
0 commit comments