Fix placeholder of textfield

This commit is contained in:
ismailgulek
2020-09-11 16:39:32 +03:00
parent 4183bb0ba0
commit ba5a792e9a
2 changed files with 21 additions and 0 deletions
@@ -30,6 +30,7 @@ extension TextFieldTableViewCell: Themable {
func update(theme: Theme) {
theme.applyStyle(onTextField: textField)
textField.placeholderColor = theme.placeholderTextColor
}
}