mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-07 09:38:59 +01:00
Remove horizontal padding of actions row in empty screen (#9332)
This commit is contained in:
@@ -81,8 +81,6 @@ fun EmptyScreen(
|
||||
modifier = Modifier
|
||||
.padding(
|
||||
top = 24.dp,
|
||||
start = 24.dp,
|
||||
end = 24.dp,
|
||||
),
|
||||
horizontalArrangement = Arrangement.spacedBy(MaterialTheme.padding.small),
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user