fixup! Sticky date

This commit is contained in:
2026-04-19 00:42:20 +03:00
parent 0e107eca0b
commit b1357bd4e7
@@ -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.92f), color = MaterialTheme.colorScheme.surfaceVariant.copy(alpha = 0.8f),
shape = RoundedCornerShape(50), shape = RoundedCornerShape(50),
) )
.padding(horizontal = 12.dp, vertical = 4.dp), .padding(horizontal = 12.dp, vertical = 4.dp),