From 5a509a537053a2f8ae943e1c7f6b29d0d4574f85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacek=20=C5=81yp?= Date: Fri, 7 Jun 2024 15:31:12 +0200 Subject: [PATCH] Add opacity to buttons --- DuckDuckGo/AlertView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DuckDuckGo/AlertView.swift b/DuckDuckGo/AlertView.swift index 9cf642b426..6a07b595f3 100644 --- a/DuckDuckGo/AlertView.swift +++ b/DuckDuckGo/AlertView.swift @@ -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)