Merge pull request #542 from James-Sangalli/adjust-import-wallet-tabs-font-size-to-fit-zh

Adjust font size of tabs in import wallet screen to fit (now) longer Chinese titles
pull/556/head
James Sangalli 6 years ago committed by GitHub
commit 6e04710a23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      AlphaWallet/Wallet/ViewModels/ImportWalletTabBarViewModel.swift

@ -22,7 +22,7 @@ struct ImportWalletTabBarViewModel {
}
var font: UIFont {
return Fonts.regular(size: 14)!
return Fonts.regular(size: 10)!
}
var barUnhighlightedColor: UIColor {

Loading…
Cancel
Save