Update reply view border corner radii and color

And also update relating preview test snapshots
This commit is contained in:
Stefan Ceriu
2026-04-01 17:21:32 +03:00
committed by Stefan Ceriu
parent bc81091cb6
commit 33fe72041f
37 changed files with 74 additions and 74 deletions

View File

@@ -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)
}
}
}