Skip to content

Commit 9248f08

Browse files
committed
Invert images for the workspace search buttons in dark theme
1 parent 38be638 commit 9248f08

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

theme/color-themes/overrides/arcade-dark-overrides.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@
3434
/*
3535
* Inverted image colors
3636
*/
37-
.barcharticon {
37+
.barcharticon,
38+
.blockly-ws-search-next-btn,
39+
.blockly-ws-search-previous-btn,
40+
.blockly-ws-search-close-btn {
3841
filter: invert(1);
3942
}
4043

0 commit comments

Comments
 (0)