fix: Patch selection screen padding (#2533)

This commit is contained in:
brosssh
2025-07-08 17:20:44 +02:00
committed by oSumAtrIX
parent 9fdca5a0af
commit cd2dbcc841
2 changed files with 2 additions and 1 deletions

View File

@@ -210,7 +210,7 @@ fun ImportBundleStep(
)
}
Column(
modifier = Modifier.padding(horizontal = 8.dp)
modifier = Modifier.padding(horizontal = 8.dp, vertical = 5.dp)
) {
ListItem(
modifier = Modifier.clickable(

View File

@@ -389,6 +389,7 @@ fun PatchesSelectorScreen(
modifier = Modifier
.fillMaxSize()
.padding(paddingValues)
.padding(top = 16.dp)
) {
if (bundles.size > 1) {
ScrollableTabRow(