mirror of
https://github.com/null2264/yokai.git
synced 2025-06-20 18:24:42 +00:00
fix(EmptyScreen): Align buttons center
This commit is contained in:
parent
76af51a319
commit
afb7e79ea4
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ private fun EmptyScreenActions(actions: List<EmptyView.Action>, isTablet: Boolea
|
|||
} else {
|
||||
Column(
|
||||
verticalArrangement = Arrangement.spacedBy(4.dp),
|
||||
horizontalAlignment = Alignment.CenterHorizontally,
|
||||
) {
|
||||
actions.forEach { action ->
|
||||
TextButton(onClick = { action.listener() }) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue