From 553315a845b2d9d0ba7c3ea2e37b25feea7ce131 Mon Sep 17 00:00:00 2001 From: Kevin Zino Date: Wed, 24 Jun 2020 11:54:56 +0300 Subject: [PATCH] NY-10778 Calling: call controls background should be darker --- .../AudioVideo/AudioVideoControls/AudioVideoControls.styles.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/componets/AudioVideo/AudioVideoControls/AudioVideoControls.styles.js b/src/componets/AudioVideo/AudioVideoControls/AudioVideoControls.styles.js index 3ca884484..2923febfb 100644 --- a/src/componets/AudioVideo/AudioVideoControls/AudioVideoControls.styles.js +++ b/src/componets/AudioVideo/AudioVideoControls/AudioVideoControls.styles.js @@ -14,7 +14,7 @@ export default theme => ({ }, controlsLine: { height: 84, - backgroundColor: theme.palette.themeColors.audioVideo.audioVideoControls.controlsLineColor, + backgroundColor: theme.palette.themeColors.colors.background1, display: 'flex', justifyContent: 'center', alignItems: 'center', -- GitLab