Changer border color of InReplyTo to separatorPrimary
This commit is contained in:
parent
56f033e0ee
commit
e401619017
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)
|
||||
) {
|
||||
|
|
|
|||
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue