Skip to content

Commit b51612b

Browse files
ericawrightjasonLaster
authored andcommitted
change icon colors and search modifiers to theme-comment (firefox-devtools#5318)
1 parent 0f10b99 commit b51612b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/components/Editor/SearchBar.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
}
6161

6262
.search-bottom-bar .search-modifiers button svg {
63-
fill: var(--theme-body-color);
63+
fill: var(--theme-comment);
6464
height: 16px;
6565
width: 16px;
6666
}
@@ -92,7 +92,7 @@
9292
margin: 0 0 0 6px;
9393
border: none;
9494
background: transparent;
95-
color: var(--theme-body-color);
95+
color: var(--theme-comment);
9696
}
9797

9898
.search-bottom-bar .search-type-toggles .search-type-btn:active {

src/components/shared/Svg.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
.file,
1414
.folder,
1515
.domain {
16-
background-color: var(--theme-splitter-color);
16+
background-color: var(--theme-comment);
1717
}
1818

1919
.worker,

0 commit comments

Comments
 (0)