Fix alignment of progress spinner when waiting for network.:

This commit is contained in:
Alex Hart
2025-05-15 15:42:19 -03:00
committed by Cody Henthorne
parent a6bfeebb24
commit 1aa2c85edd

View File

@@ -895,7 +895,9 @@ private fun LoadingCard() {
@Composable
private fun ErrorCard() {
BoxCard {
Column {
Column(
horizontalAlignment = Alignment.CenterHorizontally
) {
CircularProgressIndicator(
strokeWidth = 3.5.dp,
color = MaterialTheme.colorScheme.secondary,