Skip to content

Commit

Permalink
Fix coin value color for light mode in Balance module (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
ealymbaev committed Dec 24, 2018
1 parent 8d4e375 commit bcc75d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BankWallet/BankWallet/Theme/BalanceTheme.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class BalanceTheme {
static let nonZeroBalanceExpiredTextColor = UIColor.cryptoYellow40
static let zeroBalanceTextColor = UIColor.cryptoGray
static let coinValueFont: UIFont = .systemFont(ofSize: 14)
static let coinValueColor: UIColor = .white
static var coinValueColor: UIColor { return .crypto_White }

static let currencyValueFont: UIFont = .systemFont(ofSize: 17, weight: .semibold)

Expand Down

0 comments on commit bcc75d3

Please sign in to comment.