Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Fix #2181: Fix add funds text color on iOS 12 (#2187)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylehickinson authored Jan 13, 2020
1 parent f93cda7 commit 484c8df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BraveRewardsUI/Wallet/WalletHeaderView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ class WalletHeaderView: UIView {

let addFundsButton = Button(type: .system).then {
$0.appearanceTintColor = UIColor(white: 1.0, alpha: 0.75)
$0.appearanceTextColor = UIColor(white: 1.0, alpha: 0.75)
$0.setTitle(Strings.AddFunds, for: .normal)
$0.setImage(UIImage(frameworkResourceNamed: "add-funds-icon").alwaysTemplate, for: .normal)
$0.imageEdgeInsets = UIEdgeInsets(top: 0, left: 0, bottom: 0, right: 8)
Expand Down

0 comments on commit 484c8df

Please sign in to comment.