fixup! fixup! Sticky date

This commit is contained in:
2026-04-19 02:49:37 +03:00
parent dd30db2130
commit f29672d1bd
@@ -462,7 +462,7 @@ private fun DateDivider(item: DateDividerItem) {
text = item.label, text = item.label,
modifier = Modifier modifier = Modifier
.background( .background(
color = MaterialTheme.colorScheme.surfaceVariant.copy(alpha = 0.8f), color = MaterialTheme.colorScheme.surfaceContainer.copy(alpha = 0.8f),
shape = RoundedCornerShape(50), shape = RoundedCornerShape(50),
) )
.padding(horizontal = 12.dp, vertical = 4.dp), .padding(horizontal = 12.dp, vertical = 4.dp),