From 2c9030161a003f808fce7587e55a011f437d0ca4 Mon Sep 17 00:00:00 2001 From: kkostiuk <kateryna.kostiuk@savoirfairelinux.com> Date: Mon, 26 Apr 2021 09:36:38 -0400 Subject: [PATCH] UI: fix button appearance Change-Id: Ie6d8ba205f30f110c30e7f6ebc2257cb2e346910 --- Ring/Ring/Calls/ButtonsContainerView.swift | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Ring/Ring/Calls/ButtonsContainerView.swift b/Ring/Ring/Calls/ButtonsContainerView.swift index 7a8d30e10..55595b5bc 100644 --- a/Ring/Ring/Calls/ButtonsContainerView.swift +++ b/Ring/Ring/Calls/ButtonsContainerView.swift @@ -202,6 +202,8 @@ class ButtonsContainerView: UIView, NibLoadable, UIScrollViewDelegate { pauseCallButton.borderColor = UIColor.gray muteAudioButton.tintColor = UIColor.gray muteAudioButton.borderColor = UIColor.gray + addParticipantButton.tintColor = UIColor.gray + addParticipantButton.borderColor = UIColor.gray dialpadButton.tintColor = UIColor.gray dialpadButton.borderColor = UIColor.gray switchSpeakerButton.tintColor = UIColor.gray @@ -212,6 +214,8 @@ class ButtonsContainerView: UIView, NibLoadable, UIScrollViewDelegate { pauseCallButton.borderColor = UIColor.white muteAudioButton.tintColor = UIColor.white muteAudioButton.borderColor = UIColor.white + addParticipantButton.tintColor = UIColor.white + addParticipantButton.borderColor = UIColor.white dialpadButton.tintColor = UIColor.white dialpadButton.borderColor = UIColor.white switchSpeakerButton.tintColor = UIColor.white -- GitLab