We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f10b99 commit b51612bCopy full SHA for b51612b
src/components/Editor/SearchBar.css
@@ -60,7 +60,7 @@
60
}
61
62
.search-bottom-bar .search-modifiers button svg {
63
- fill: var(--theme-body-color);
+ fill: var(--theme-comment);
64
height: 16px;
65
width: 16px;
66
@@ -92,7 +92,7 @@
92
margin: 0 0 0 6px;
93
border: none;
94
background: transparent;
95
- color: var(--theme-body-color);
+ color: var(--theme-comment);
96
97
98
.search-bottom-bar .search-type-toggles .search-type-btn:active {
src/components/shared/Svg.css
@@ -13,7 +13,7 @@
13
.file,
14
.folder,
15
.domain {
16
- background-color: var(--theme-splitter-color);
+ background-color: var(--theme-comment);
17
18
19
.worker,
0 commit comments