mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 01:52:44 +02:00
Use new theme colors
This commit is contained in:
@@ -31,13 +31,9 @@ class DialpadActionButton: DialpadButton {
|
||||
switch type {
|
||||
case .backspace:
|
||||
backgroundColor = .clear
|
||||
if theme.identifier == ThemeIdentifier.light.rawValue {
|
||||
tintColor = theme.textSecondaryColor
|
||||
} else {
|
||||
tintColor = theme.textTertiaryColor
|
||||
}
|
||||
tintColor = theme.colors.tertiaryContent
|
||||
case .call:
|
||||
backgroundColor = theme.tintColor
|
||||
backgroundColor = theme.colors.accent
|
||||
tintColor = .white
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user