diff --git a/Ring/Ring/Calls/ButtonsContainerView.swift b/Ring/Ring/Calls/ButtonsContainerView.swift
index 7a8d30e108b08847dff516b1d615e5e06a4fffe0..55595b5bc501e9d35b26d20e187cab8b1f23769a 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