We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 245d7c3 commit a987428Copy full SHA for a987428
packages/react-devtools-shared/src/devtools/views/root.css
@@ -113,8 +113,7 @@
113
--light-color-search-match-current: #f7923b;
114
--light-color-selected-tree-highlight-active: rgba(0, 136, 250, 0.1);
115
--light-color-selected-tree-highlight-inactive: rgba(0, 0, 0, 0.05);
116
- --light-color-scroll-caret: #d1d1d1;
117
- --light-color-shadow: rgba(0, 0, 0, 0.25);
+ --light-color-scroll-caret: rgba(150, 150, 150, 0.5);
118
--light-color-tab-selected-border: #0088fa;
119
--light-color-text: #000000;
120
--light-color-text-invalid: #ff0000;
0 commit comments