Changer border color of InReplyTo to separatorPrimary

This commit is contained in:
Benoit Marty 2026-04-02 09:37:15 +02:00
parent 56f033e0ee
commit e401619017
2 changed files with 2 additions and 2 deletions

View file

@ -747,7 +747,7 @@ private fun MessageEventBubbleContent(
}
Box(
modifier = talkbackCompatModifier
.border(1.dp, ElementTheme.colors.borderInteractiveSecondary, RoundedCornerShape(6.dp))
.border(1.dp, ElementTheme.colors.separatorPrimary, RoundedCornerShape(6.dp))
.background(ElementTheme.colors.bgCanvasDefault, RoundedCornerShape(6.dp))
.padding(4.dp)
) {

View file

@ -134,7 +134,7 @@ private fun ReplyToModeView(
modifier
.clip(RoundedCornerShape(6.dp))
.background(ElementTheme.colors.bgCanvasDefault)
.border(1.dp, ElementTheme.colors.borderInteractiveSecondary, RoundedCornerShape(6.dp))
.border(1.dp, ElementTheme.colors.separatorPrimary, RoundedCornerShape(6.dp))
.padding(4.dp)
) {
InReplyToView(