mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 19:32:16 +00:00
Fix: Empty list note readability
This commit is contained in:
parent
42698dd739
commit
e012d91aae
@ -98,6 +98,9 @@ fun <T> VerticalItemList(
|
||||
LazyColumn(verticalArrangement = spacedBy(4.dp)) {
|
||||
items(items = list, key = itemKey, itemContent = itemContent)
|
||||
}
|
||||
} else Text(text = stringResource(id = R.string.no_applications_available))
|
||||
} else Text(
|
||||
text = stringResource(id = R.string.no_applications_available),
|
||||
color = MaterialTheme.colorScheme.onBackground
|
||||
)
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user