Update reply view border corner radii and color
And also update relating preview test snapshots
This commit is contained in:
committed by
Stefan Ceriu
parent
bc81091cb6
commit
33fe72041f
@@ -19,7 +19,7 @@ struct TimelineReplyView: View {
|
||||
let timelineItemReplyDetails: TimelineItemReplyDetails?
|
||||
var maxWidth: CGFloat?
|
||||
|
||||
private let backgroundShape = RoundedRectangle(cornerRadius: 6)
|
||||
private let backgroundShape = RoundedRectangle(cornerRadius: 8)
|
||||
|
||||
var body: some View {
|
||||
content
|
||||
@@ -29,7 +29,7 @@ struct TimelineReplyView: View {
|
||||
.background {
|
||||
ZStack {
|
||||
backgroundShape.fill(.compound.bgCanvasDefault)
|
||||
backgroundShape.stroke(.compound.borderInteractiveSecondary)
|
||||
backgroundShape.stroke(.compound.separatorPrimary)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user