mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00
Fix the background colour when replying. (#1007)
This commit is contained in:
parent
dcc4ea5e85
commit
07927c337b
@ -126,7 +126,7 @@ private struct MessageComposerReplyHeader: View {
|
||||
TimelineReplyView(placement: .composer, timelineItemReplyDetails: replyDetails)
|
||||
.frame(maxWidth: .infinity, alignment: .leading)
|
||||
.padding(4.0)
|
||||
.background(.white)
|
||||
.background(Color.element.background)
|
||||
.cornerRadius(13.0)
|
||||
.padding([.trailing, .vertical], 8.0)
|
||||
.padding([.leading], -4.0)
|
||||
|
1
changelog.d/pr-1007.bugfix
Normal file
1
changelog.d/pr-1007.bugfix
Normal file
@ -0,0 +1 @@
|
||||
Fix an incorrect colour when replying to a message in dark mode.
|
Loading…
x
Reference in New Issue
Block a user