diff --git a/client/styles/components/_console-input.scss b/client/styles/components/_console-input.scss index 9efe857216..ca0833c782 100644 --- a/client/styles/components/_console-input.scss +++ b/client/styles/components/_console-input.scss @@ -12,12 +12,13 @@ .console__input .console-active__arrow { width: auto; height: 38%; - & path { - @include themify() { - fill: getThemifyVariable('console-active-arrow-color'); - opacity: 1; - } - } + @include themify() { + & g, + & polygon, + & path { + fill: getThemifyVariable('secondary-text-color'); + } + } } .console-active__arrow-container {