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)