fixup! fixup! Sticky date
This commit is contained in:
@@ -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),
|
||||||
|
|||||||
Reference in New Issue
Block a user