Skip to content

Commit c1b3f7c

Browse files
authored
Merge pull request #2727 from Typicalcodes/newchange
Changed arrow color on ConsoleInput
2 parents 7982e3a + d2ddf09 commit c1b3f7c

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

client/styles/components/_console-input.scss

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@
1212
.console__input .console-active__arrow {
1313
width: auto;
1414
height: 38%;
15-
& path {
16-
@include themify() {
17-
fill: getThemifyVariable('console-active-arrow-color');
18-
opacity: 1;
19-
}
20-
}
15+
@include themify() {
16+
& g,
17+
& polygon,
18+
& path {
19+
fill: getThemifyVariable('secondary-text-color');
20+
}
21+
}
2122
}
2223

2324
.console-active__arrow-container {

0 commit comments

Comments
 (0)