fix: Remove unnecessary screen padding

Closes #2062
This commit is contained in:
Ushie 2024-07-18 00:55:15 +03:00 committed by oSumAtrIX
parent 9404c3c297
commit 500cd63507
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -46,11 +46,6 @@ fun BaseBundleDialog(
ColumnWithScrollbar( ColumnWithScrollbar(
modifier = Modifier modifier = Modifier
.fillMaxWidth() .fillMaxWidth()
.padding(
start = 8.dp,
top = 8.dp,
end = 4.dp,
)
.then(modifier) .then(modifier)
) { ) {
if (name != null) { if (name != null) {