Introduce color provider to encapsulate check for iOS 13 availability
This commit is contained in:
parent
e0c32003e3
commit
51c9510f3d
12 changed files with 80 additions and 41 deletions
|
|
@ -119,7 +119,7 @@ class LabelTableViewCell: UITableViewCell {
|
|||
if type == .password {
|
||||
if cellData?.content.isEmpty == false {
|
||||
contentLabel.text = Globals.passwordDots
|
||||
contentLabel.textColor = Globals.black
|
||||
contentLabel.textColor = Colors.label
|
||||
} else {
|
||||
contentLabel.text = ""
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue