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

This commit is contained in:
0x7673
2023-04-15 07:28:34 +05:30
committed by GitHub
parent 564a0980b9
commit 6662a97b2f

View File

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