mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-01-31 04:52:05 +00:00
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
Block a user