diff --git a/Passepartout-iOS/Global/Theme.swift b/Passepartout-iOS/Global/Theme.swift index d91dd5b9..9e58aa88 100644 --- a/Passepartout-iOS/Global/Theme.swift +++ b/Passepartout-iOS/Global/Theme.swift @@ -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) {