diff --git a/app/styles/components/audio-player.scss b/app/styles/components/audio-player.scss index a4b4fae34..4adc73c4c 100644 --- a/app/styles/components/audio-player.scss +++ b/app/styles/components/audio-player.scss @@ -14,23 +14,23 @@ .video-player__volume::before, .video-player__seek::before { - background: currentColor; + background: currentcolor; opacity: 0.15; } .video-player__seek__buffer { - background: currentColor; + background: currentcolor; opacity: 0.2; } .video-player__buttons button { - color: currentColor; + color: currentcolor; opacity: 0.75; &:active, &:hover, &:focus { - color: currentColor; + color: currentcolor; opacity: 1; } } @@ -38,7 +38,7 @@ .video-player__time-sep, .video-player__time-total, .video-player__time-current { - color: currentColor; + color: currentcolor; } .video-player__seek::before, diff --git a/app/styles/components/icon.scss b/app/styles/components/icon.scss index b49c5412e..ee0115fd3 100644 --- a/app/styles/components/icon.scss +++ b/app/styles/components/icon.scss @@ -15,7 +15,7 @@ &--active { &.svg-icon--home svg { - fill: currentColor; + fill: currentcolor; } svg.icon-tabler-search, @@ -26,14 +26,14 @@ svg.icon-tabler-bell, svg.icon-tabler-messages { path:nth-child(2) { - fill: currentColor; + fill: currentcolor; } } svg.icon-tabler-users { circle, circle + path { - fill: currentColor; + fill: currentcolor; } } @@ -41,8 +41,8 @@ stroke: var(--background-color); rect { - fill: currentColor; - stroke: currentColor; + fill: currentcolor; + stroke: currentcolor; } } } diff --git a/app/styles/emoji-picker.scss b/app/styles/emoji-picker.scss index 7408e85ab..e7aa3ea34 100644 --- a/app/styles/emoji-picker.scss +++ b/app/styles/emoji-picker.scss @@ -59,7 +59,7 @@ .emoji-mart-anchors svg, .emoji-mart-anchors img { - fill: currentColor; + fill: currentcolor; height: 18px; width: 18px; }