File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
composeApp/src/commonMain/kotlin/component Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ import androidx.compose.ui.platform.LocalFocusManager
1919import androidx.compose.ui.text.font.FontWeight
2020import androidx.compose.ui.text.input.ImeAction
2121import androidx.compose.ui.text.input.TextFieldValue
22- import androidx.compose.ui.unit.DpSize
2322import androidx.compose.ui.unit.dp
2423import androidx.compose.ui.unit.sp
2524import top.yukonga.miuix.kmp.basic.ButtonDefaults
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ fun TextComponent() {
159159 Row (
160160 modifier = Modifier
161161 .fillMaxWidth()
162- .padding(horizontal = 16 .dp, vertical = 16 .dp),
162+ .padding(16 .dp),
163163 horizontalArrangement = Arrangement .SpaceBetween
164164 ) {
165165 Checkbox (
@@ -229,7 +229,7 @@ fun TextComponent() {
229229 Row (
230230 modifier = Modifier
231231 .fillMaxWidth()
232- .padding(horizontal = 16 .dp, vertical = 16 .dp),
232+ .padding(16 .dp),
233233 horizontalArrangement = Arrangement .SpaceBetween
234234 ) {
235235 Switch (
You can’t perform that action at this time.
0 commit comments