Drop redundant view theme
Use system background in storyboards.
This commit is contained in:
parent
d878121045
commit
1945844cf5
|
@ -112,11 +112,11 @@ extension UIViewController {
|
|||
}
|
||||
}
|
||||
|
||||
extension UIView {
|
||||
func applyPrimaryBackground(_ theme: Theme) {
|
||||
backgroundColor = theme.palette.primaryBackground
|
||||
}
|
||||
}
|
||||
//extension UIView {
|
||||
// func applyPrimaryBackground(_ theme: Theme) {
|
||||
// backgroundColor = theme.palette.primaryBackground
|
||||
// }
|
||||
//}
|
||||
|
||||
extension UILabel {
|
||||
func apply(_ theme: Theme) {
|
||||
|
|
Loading…
Reference in New Issue