Changer border color of InReplyTo to separatorPrimary
This commit is contained in:
parent
ae4b079139
commit
7b30e54039
2 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue