diff --git a/app/lib/constants/colors.ts b/app/lib/constants/colors.ts index daf1f588b..0e479dc54 100644 --- a/app/lib/constants/colors.ts +++ b/app/lib/constants/colors.ts @@ -20,9 +20,10 @@ const mentions = { mentionOtherColor: '#F3BE08' }; -const callButtons = { +const videoConfColors = { cancelCallButton: '#F5455C', - acceptCallButton: '#158D65' + acceptCallButton: '#158D65', + callBackgroundColor: '#151c2e' }; export const colors = { @@ -103,7 +104,7 @@ export const colors = { statusFontOnWarning: '#B88D00', overlayColor: '#1F2329B2', ...mentions, - ...callButtons + ...videoConfColors }, dark: { backgroundColor: '#030b1b', @@ -182,7 +183,7 @@ export const colors = { statusFontOnWarning: '#B88D00', overlayColor: '#1F2329B2', ...mentions, - ...callButtons + ...videoConfColors }, black: { backgroundColor: '#000000', @@ -261,7 +262,7 @@ export const colors = { statusFontOnWarning: '#B88D00', overlayColor: '#1F2329B2', ...mentions, - ...callButtons + ...videoConfColors } };