fix: Remove unnecessary screen padding

Closes #2062
This commit is contained in:
Ushie 2024-07-18 00:55:15 +03:00
parent 881b13740a
commit 563f2f37f7
No known key found for this signature in database
GPG Key ID: B3AAD18842E34632

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) {