Skip to content

Commit

Permalink
Fix reactions button faint outline. (#1226)
Browse files Browse the repository at this point in the history
  • Loading branch information
pixlwave authored Jun 30, 2023
1 parent 2025dd9 commit ccd4101
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ struct TimelineReactionButton: View {
}
.padding(.vertical, 6)
.padding(.horizontal, 8)
.background(backgroundShape.fill(overlayBackgroundColor))
.background(backgroundShape.inset(by: 1).fill(overlayBackgroundColor))
.overlay(backgroundShape.inset(by: 2.0).strokeBorder(overlayBorderColor))
.overlay(backgroundShape.strokeBorder(Color.compound.bgCanvasDefault, lineWidth: 2))
.accessibilityElement(children: .combine)
Expand Down

0 comments on commit ccd4101

Please sign in to comment.