Drop redundant view theme

Use system background in storyboards.
This commit is contained in:
Davide De Rosa 2019-12-12 18:04:43 +01:00
parent d878121045
commit 1945844cf5
1 changed files with 5 additions and 5 deletions

View File

@ -112,11 +112,11 @@ extension UIViewController {
} }
} }
extension UIView { //extension UIView {
func applyPrimaryBackground(_ theme: Theme) { // func applyPrimaryBackground(_ theme: Theme) {
backgroundColor = theme.palette.primaryBackground // backgroundColor = theme.palette.primaryBackground
} // }
} //}
extension UILabel { extension UILabel {
func apply(_ theme: Theme) { func apply(_ theme: Theme) {