same pill bg as other btns

This commit is contained in:
Diogo
2024-09-29 22:10:08 +01:00
parent 5c9bb49ff8
commit d436de41ee
@@ -1599,7 +1599,7 @@ private fun TopCenterFloatingButton(
text = if (date != null) getTimestampDateText(date) else "",
Modifier
.background(
color = MaterialTheme.appColors.receivedMessage,
color = MaterialTheme.colors.secondaryVariant,
RoundedCornerShape(25.dp)
)
.padding(vertical = 4.dp, horizontal = 8.dp)