mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
Update backspace button style
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user