Fix ExtensionsScreen padding
This commit is contained in:
parent
004ecc62bb
commit
b491ad4c5f
1 changed files with 5 additions and 1 deletions
|
|
@ -189,7 +189,11 @@ private fun ExtensionContent(
|
||||||
}
|
}
|
||||||
ExtensionHeader(
|
ExtensionHeader(
|
||||||
textRes = header.textRes,
|
textRes = header.textRes,
|
||||||
modifier = Modifier.animateItemPlacement(),
|
modifier = Modifier
|
||||||
|
// KMK -->
|
||||||
|
.padding(end = MaterialTheme.padding.small)
|
||||||
|
// KMK <--
|
||||||
|
.animateItemPlacement(),
|
||||||
action = action,
|
action = action,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue