Skip to content

Commit

Permalink
Add opacity to buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
jaceklyp committed Jun 7, 2024
1 parent 9ad660f commit 5a509a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDuckGo/AlertView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ struct AlertButtonStyle: ButtonStyle {
configuration.label
.padding()
.frame(maxWidth: .infinity)
.background(Color(UIColor.charcoalGrey))
.background(Color(.white).opacity(0.18))
.foregroundColor(.white)
.font(Font(uiFont: UIFont.daxBodyBold()))
.cornerRadius(8)
Expand Down

0 comments on commit 5a509a5

Please sign in to comment.