Skip to content

Commit

Permalink
Update dashed border and opacity color in illustration
Browse files Browse the repository at this point in the history
  • Loading branch information
ludovic35 committed Dec 20, 2024
1 parent a14a1fe commit 3b93017
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ struct BorderModifier: ViewModifier {
content
.clipShape(RoundedRectangle(cornerRadius: radius))
.overlay(RoundedRectangle(cornerRadius: radius)
.stroke(style: StrokeStyle(lineWidth: width, dash: [10, 5]))
.stroke(style: StrokeStyle(lineWidth: width, dash: [2, 2]))
.foregroundColor(colorToApply)
)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ struct OpacityTokenPage: View {
.accessibilityHidden(true)

Rectangle()
.fill(theme.colors.colorBgEmphasized.color(for: colorScheme))
.fill(theme.colors.colorOverlayEmphasized.color(for: colorScheme))
.opacity(token)
.frame(width: 48, height: 48)
.oudsBorder(style: theme.borders.borderStyleDefault,
Expand Down

0 comments on commit 3b93017

Please sign in to comment.