fix: update extra group and title text paddings
This commit is contained in:
parent
2dfb36fec0
commit
3077874ddb
1 changed files with 1 additions and 2 deletions
|
@ -17,8 +17,7 @@ fun SettingsGroup(
|
|||
content: @Composable ColumnScope.() -> Unit,
|
||||
) {
|
||||
Column(
|
||||
modifier = modifier.fillMaxWidth()
|
||||
.padding(horizontal = 4.dp),
|
||||
modifier = modifier.fillMaxWidth(),
|
||||
) {
|
||||
if (title != null) {
|
||||
SettingsGroupTitle(title = title)
|
||||
|
|
Loading…
Reference in a new issue