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(
|
Box(
|
||||||
modifier = talkbackCompatModifier
|
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))
|
.background(ElementTheme.colors.bgCanvasDefault, RoundedCornerShape(6.dp))
|
||||||
.padding(4.dp)
|
.padding(4.dp)
|
||||||
) {
|
) {
|
||||||
|
|
|
||||||
|
|
@ -134,7 +134,7 @@ private fun ReplyToModeView(
|
||||||
modifier
|
modifier
|
||||||
.clip(RoundedCornerShape(6.dp))
|
.clip(RoundedCornerShape(6.dp))
|
||||||
.background(ElementTheme.colors.bgCanvasDefault)
|
.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)
|
.padding(4.dp)
|
||||||
) {
|
) {
|
||||||
InReplyToView(
|
InReplyToView(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue