From 251d8685f7d25525c12c8ae75278b8c8585d9d34 Mon Sep 17 00:00:00 2001 From: Typicalcodes <100959820+Typicalcodes@users.noreply.github.com> Date: Fri, 15 Dec 2023 23:16:11 +0530 Subject: [PATCH] Changed arrow style --- client/styles/components/_console-input.scss | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/client/styles/components/_console-input.scss b/client/styles/components/_console-input.scss index 84db1f3387..94f4d8b41a 100644 --- a/client/styles/components/_console-input.scss +++ b/client/styles/components/_console-input.scss @@ -10,12 +10,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 {