Remove horizontal padding of actions row in empty screen (#9332)

(cherry picked from commit 6662a97b2f928d608cc7a90b18bbb972ea829add)
This commit is contained in:
0x7673 2023-04-15 07:28:34 +05:30 committed by Jobobby04
parent 99546688dc
commit dcd403d0a2

View File

@ -81,8 +81,6 @@ fun EmptyScreen(
modifier = Modifier modifier = Modifier
.padding( .padding(
top = 24.dp, top = 24.dp,
start = 24.dp,
end = 24.dp,
), ),
horizontalArrangement = Arrangement.spacedBy(MaterialTheme.padding.small), horizontalArrangement = Arrangement.spacedBy(MaterialTheme.padding.small),
) { ) {