From d5744cf9584bba4cd0a322325a68776668251c3b Mon Sep 17 00:00:00 2001 From: Kyle Hickinson Date: Fri, 11 Oct 2019 11:37:27 -0400 Subject: [PATCH] Fix #1631: Give Rewards notifications a clear background --- .../Wallet/Notifications/WalletNotificationView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BraveRewardsUI/Wallet/Notifications/WalletNotificationView.swift b/BraveRewardsUI/Wallet/Notifications/WalletNotificationView.swift index a200d632e..061669820 100644 --- a/BraveRewardsUI/Wallet/Notifications/WalletNotificationView.swift +++ b/BraveRewardsUI/Wallet/Notifications/WalletNotificationView.swift @@ -19,7 +19,7 @@ class WalletNotificationView: UIView { override init(frame: CGRect) { super.init(frame: frame) - backgroundColor = .white + backgroundColor = .clear closeButton.do { $0.setImage(UIImage(frameworkResourceNamed: "close-icon").alwaysTemplate, for: .normal)