mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 02:34:39 +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 {
|
} else {
|
||||||
Column(
|
Column(
|
||||||
verticalArrangement = Arrangement.spacedBy(4.dp),
|
verticalArrangement = Arrangement.spacedBy(4.dp),
|
||||||
|
horizontalAlignment = Alignment.CenterHorizontally,
|
||||||
) {
|
) {
|
||||||
actions.forEach { action ->
|
actions.forEach { action ->
|
||||||
TextButton(onClick = { action.listener() }) {
|
TextButton(onClick = { action.listener() }) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue