style(EmptyScreen): Adjust spacing

This commit is contained in:
Ahmad Ansori Palembani 2024-12-23 21:29:56 +07:00
parent afb7e79ea4
commit 99bec41056
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -94,7 +94,7 @@ private fun EmptyScreenActions(actions: List<EmptyView.Action>, isTablet: Boolea
} }
} else { } else {
Column( Column(
verticalArrangement = Arrangement.spacedBy(4.dp), verticalArrangement = Arrangement.spacedBy(2.dp),
horizontalAlignment = Alignment.CenterHorizontally, horizontalAlignment = Alignment.CenterHorizontally,
) { ) {
actions.forEach { action -> actions.forEach { action ->