Change cached date background

This commit is contained in:
Sad Ellie 2023-09-17 20:06:05 +03:00
parent 6f3467a908
commit 6fcf340aba

View File

@ -317,7 +317,7 @@ private fun Default(
modifier = Modifier modifier = Modifier
.align(Alignment.CenterHorizontally) .align(Alignment.CenterHorizontally)
.clip(RoundedCornerShape(50)) .clip(RoundedCornerShape(50))
.background(MaterialTheme.colorScheme.surfaceVariant) .background(MaterialTheme.colorScheme.inverseOnSurface)
.fillMaxWidth(), .fillMaxWidth(),
text = lastUpdate.orEmpty(), text = lastUpdate.orEmpty(),
color = MaterialTheme.colorScheme.onSurfaceVariant, color = MaterialTheme.colorScheme.onSurfaceVariant,