diff --git a/src/componets/AudioVideo/AudioVideoControls/AudioVideoControls.styles.js b/src/componets/AudioVideo/AudioVideoControls/AudioVideoControls.styles.js index 3ca884484b02f187777458bc13f8a3d12ba364c9..2923febfb973aeb99a3d9e00450fac91d7474a6d 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',