mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
Update bg color for backspace button
This commit is contained in:
@@ -31,7 +31,11 @@ class DialpadActionButton: DialpadButton {
|
||||
switch type {
|
||||
case .backspace:
|
||||
backgroundColor = .clear
|
||||
tintColor = theme.noticeSecondaryColor
|
||||
if theme.identifier == ThemeIdentifier.light.rawValue {
|
||||
tintColor = theme.textSecondaryColor
|
||||
} else {
|
||||
tintColor = theme.textTertiaryColor
|
||||
}
|
||||
case .call:
|
||||
backgroundColor = theme.tintColor
|
||||
tintColor = .white
|
||||
|
||||
Reference in New Issue
Block a user