Update backspace button style

This commit is contained in:
ismailgulek
2021-02-16 20:06:09 +03:00
parent e2ec0f03d5
commit d3e7141cc0
3 changed files with 9 additions and 3 deletions
@@ -30,9 +30,11 @@ class DialpadActionButton: DialpadButton {
override func update(theme: Theme) {
switch type {
case .backspace:
backgroundColor = theme.warningColor
backgroundColor = .clear
tintColor = theme.noticeSecondaryColor
case .call:
backgroundColor = theme.tintColor
tintColor = .white
}
}