mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-21 20:47:03 -05:00
Remove horizontal padding of actions row in empty screen (#9332)
This commit is contained in:
parent
564a0980b9
commit
6662a97b2f
1 changed files with 0 additions and 2 deletions
|
@ -81,8 +81,6 @@ fun EmptyScreen(
|
|||
modifier = Modifier
|
||||
.padding(
|
||||
top = 24.dp,
|
||||
start = 24.dp,
|
||||
end = 24.dp,
|
||||
),
|
||||
horizontalArrangement = Arrangement.spacedBy(MaterialTheme.padding.small),
|
||||
) {
|
||||
|
|
Loading…
Reference in a new issue