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
.align(Alignment.CenterHorizontally)
.clip(RoundedCornerShape(50))
.background(MaterialTheme.colorScheme.surfaceVariant)
.background(MaterialTheme.colorScheme.inverseOnSurface)
.fillMaxWidth(),
text = lastUpdate.orEmpty(),
color = MaterialTheme.colorScheme.onSurfaceVariant,