Center EmptyScreen message
Fixes #8212 (cherry picked from commit 27e52563051832ff1f71219df89c8f5e742925ec)
This commit is contained in:
parent
6a1ae15d14
commit
aebfef345b
@ -72,6 +72,7 @@ fun EmptyScreen(
|
|||||||
text = message,
|
text = message,
|
||||||
modifier = Modifier.paddingFromBaseline(top = 24.dp).secondaryItemAlpha(),
|
modifier = Modifier.paddingFromBaseline(top = 24.dp).secondaryItemAlpha(),
|
||||||
style = MaterialTheme.typography.bodyMedium,
|
style = MaterialTheme.typography.bodyMedium,
|
||||||
|
textAlign = TextAlign.Center,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
if (!actions.isNullOrEmpty()) {
|
if (!actions.isNullOrEmpty()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user