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 {
|
//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) {
|
||||||
|
|
Loading…
Reference in New Issue