Skip to content
Snippets Groups Projects
Commit 2c903016 authored by Kateryna Kostiuk's avatar Kateryna Kostiuk Committed by Kateryna Kostiuk
Browse files

UI: fix button appearance

Change-Id: Ie6d8ba205f30f110c30e7f6ebc2257cb2e346910
parent 4f90485f
No related branches found
No related tags found
No related merge requests found
...@@ -202,6 +202,8 @@ class ButtonsContainerView: UIView, NibLoadable, UIScrollViewDelegate { ...@@ -202,6 +202,8 @@ class ButtonsContainerView: UIView, NibLoadable, UIScrollViewDelegate {
pauseCallButton.borderColor = UIColor.gray pauseCallButton.borderColor = UIColor.gray
muteAudioButton.tintColor = UIColor.gray muteAudioButton.tintColor = UIColor.gray
muteAudioButton.borderColor = UIColor.gray muteAudioButton.borderColor = UIColor.gray
addParticipantButton.tintColor = UIColor.gray
addParticipantButton.borderColor = UIColor.gray
dialpadButton.tintColor = UIColor.gray dialpadButton.tintColor = UIColor.gray
dialpadButton.borderColor = UIColor.gray dialpadButton.borderColor = UIColor.gray
switchSpeakerButton.tintColor = UIColor.gray switchSpeakerButton.tintColor = UIColor.gray
...@@ -212,6 +214,8 @@ class ButtonsContainerView: UIView, NibLoadable, UIScrollViewDelegate { ...@@ -212,6 +214,8 @@ class ButtonsContainerView: UIView, NibLoadable, UIScrollViewDelegate {
pauseCallButton.borderColor = UIColor.white pauseCallButton.borderColor = UIColor.white
muteAudioButton.tintColor = UIColor.white muteAudioButton.tintColor = UIColor.white
muteAudioButton.borderColor = UIColor.white muteAudioButton.borderColor = UIColor.white
addParticipantButton.tintColor = UIColor.white
addParticipantButton.borderColor = UIColor.white
dialpadButton.tintColor = UIColor.white dialpadButton.tintColor = UIColor.white
dialpadButton.borderColor = UIColor.white dialpadButton.borderColor = UIColor.white
switchSpeakerButton.tintColor = UIColor.white switchSpeakerButton.tintColor = UIColor.white
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment