Remove horizontal padding of actions row in empty screen (#9332)
(cherry picked from commit 6662a97b2f928d608cc7a90b18bbb972ea829add)
This commit is contained in:
parent
99546688dc
commit
dcd403d0a2
@ -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…
x
Reference in New Issue
Block a user