mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
style(EmptyScreen): Adjust spacing
This commit is contained in:
parent
afb7e79ea4
commit
99bec41056
1 changed files with 1 additions and 1 deletions
|
@ -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 ->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue