Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amegias committed Jul 22, 2024
1 parent 8113de2 commit 520623d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Sources/MisticaCommon/Colors/ColorToolkit+UIColor.swift
Original file line number Diff line number Diff line change
Expand Up @@ -644,12 +644,3 @@ public extension UIColor {
MisticaConfig.currentColors.tagBackgroundError
}
}

public extension BrandStyle {
var preferredStatusBarStyle: UIStatusBarStyle {
switch self {
case .movistar, .vivo, .o2, .o2New, .blau, .custom, .vivoNew, .tu, .telefonica:
return .lightContent
}
}
}

0 comments on commit 520623d

Please sign in to comment.