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(
modifier = Modifier
.fillMaxWidth()
.padding(
start = 8.dp,
top = 8.dp,
end = 4.dp,
)
.then(modifier)
) {
if (name != null) {