Skip to content

Commit

Permalink
Render scroll carets with rgba
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vaughn committed Jul 31, 2021
1 parent 7a0f459 commit fd90196
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react-devtools-shared/src/devtools/views/root.css
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
--light-color-search-match-current: #f7923b;
--light-color-selected-tree-highlight-active: rgba(0, 136, 250, 0.1);
--light-color-selected-tree-highlight-inactive: rgba(0, 0, 0, 0.05);
--light-color-scroll-caret: #d1d1d1;
--light-color-scroll-caret: rgba(0, 0, 0, 0.1);
--light-color-shadow: rgba(0, 0, 0, 0.25);
--light-color-tab-selected-border: #0088fa;
--light-color-text: #000000;
Expand Down Expand Up @@ -240,7 +240,7 @@
--dark-color-search-match-current: #f7923b;
--dark-color-selected-tree-highlight-active: rgba(23, 143, 185, 0.15);
--dark-color-selected-tree-highlight-inactive: rgba(255, 255, 255, 0.05);
--dark-color-scroll-caret: #4f5766;
--dark-color-scroll-caret: rgba(0, 0, 0, 0.1);
--dark-color-shadow: rgba(0, 0, 0, 0.5);
--dark-color-tab-selected-border: #178fb9;
--dark-color-text: #ffffff;
Expand Down

0 comments on commit fd90196

Please sign in to comment.