Match Record button style with Pause button style

This commit is contained in:
Christophe Deschamps 2022-06-10 11:16:19 +02:00
parent 698bb7882a
commit 8c9772ae4b

View file

@ -213,11 +213,9 @@ class VoipTheme { // Names & values replicated from Android
static let call_record = ButtonTheme(
tintableStateIcons:[
UIButton.State.normal.rawValue : TintableIcon(name: "voip_call_record",tintColor: LightDarkColor(voip_gray_blue_color,voip_gray_blue_color)),
UIButton.State.selected.rawValue : TintableIcon(name: "voip_call_record",tintColor: LightDarkColor(.white,.white)),
UIButton.State.highlighted.rawValue : TintableIcon(name: "voip_call_record",tintColor: LightDarkColor(primary_color,primary_color)),
UIButton.State.normal.rawValue : TintableIcon(name: "voip_call_record",tintColor: LightDarkColor(.white,.white)),
],
backgroundStateColors: button_call_recording_background)
backgroundStateColors: button_toggle_background)
static let call_pause = ButtonTheme(
tintableStateIcons:[