fix(settings): 单选设置项的错误边距
This commit is contained in:
parent
5bd2383b50
commit
6a4790095c
1 changed files with 3 additions and 2 deletions
|
|
@ -18,6 +18,7 @@ import androidx.compose.ui.Modifier
|
|||
import androidx.compose.ui.platform.LocalView
|
||||
import androidx.compose.ui.semantics.Role
|
||||
import androidx.compose.ui.unit.dp
|
||||
import cn.super12138.todo.ui.TodoDefaults
|
||||
import cn.super12138.todo.ui.components.BasicDialog
|
||||
import cn.super12138.todo.ui.pages.settings.state.rememberPrefIntState
|
||||
import cn.super12138.todo.utils.VibrationUtils
|
||||
|
|
@ -77,8 +78,8 @@ fun RadioItem(
|
|||
onClick()
|
||||
},
|
||||
role = Role.RadioButton
|
||||
),
|
||||
// .padding(horizontal = TodoDefaults.screenPadding),
|
||||
)
|
||||
.padding(horizontal = TodoDefaults.screenPadding),
|
||||
verticalAlignment = Alignment.CenterVertically
|
||||
) {
|
||||
RadioButton(
|
||||
|
|
|
|||
Loading…
Reference in a new issue