Skip to content

Commit 251d868

Browse files
committed
Changed arrow style
1 parent d2267f4 commit 251d868

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
@@ -10,12 +10,13 @@
1010
.console__input .console-active__arrow {
1111
width: auto;
1212
height: 38%;
13-
& path {
14-
@include themify() {
15-
fill: getThemifyVariable('console-active-arrow-color');
16-
opacity: 1;
17-
}
18-
}
13+
@include themify() {
14+
& g,
15+
& polygon,
16+
& path {
17+
fill: getThemifyVariable('secondary-text-color');
18+
}
19+
}
1920
}
2021

2122
.console-active__arrow-container {

0 commit comments

Comments
 (0)