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

pull/9338/head
0x7673 1 year ago committed by GitHub
parent 564a0980b9
commit 6662a97b2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save