Merge pull request #231 from James-Sangalli/fix-done-button-in-enter-sell-ticket-quantity-wrong-color

Fix: Done button in sell ticket screen for entering quantity has wrong color. Can't see
pull/234/head
James Sangalli 7 years ago committed by GitHub
commit 5f8b605c85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      Trust/Style/AppStyle.swift

@ -24,6 +24,7 @@ func applyStyle() {
//We could have set the backBarButtonItem with an empty title for every view controller, but we don't have a place to do it for Eureka view controllers. Using appearance here, while a hack is still more convenient though, since we don't have to do it for every view controller instance
UIBarButtonItem.appearance().setBackButtonTitlePositionAdjustment(UIOffset(horizontal: -200, vertical: 0), for: .default)
UIBarButtonItem.appearance().tintColor = Colors.appWhite
UIBarButtonItem.appearance(whenContainedInInstancesOf: [UIToolbar.self]).tintColor = Colors.appBackground
UIToolbar.appearance().tintColor = Colors.appBackground

Loading…
Cancel
Save