mirror of
https://github.com/Myzel394/NumberHub.git
synced 2025-06-19 00:35:26 +02:00
Change cached date background
This commit is contained in:
parent
6f3467a908
commit
6fcf340aba
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user