mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Match Record button style with Pause button style
This commit is contained in:
parent
698bb7882a
commit
8c9772ae4b
1 changed files with 2 additions and 4 deletions
|
|
@ -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:[
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue