Skip to content

Commit a987428

Browse files
author
Brian Vaughn
committed
Tweaked caret colors to be more visible
1 parent 245d7c3 commit a987428

File tree

1 file changed

+1
-2
lines changed
  • packages/react-devtools-shared/src/devtools/views

1 file changed

+1
-2
lines changed

packages/react-devtools-shared/src/devtools/views/root.css

+1-2
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,7 @@
113113
--light-color-search-match-current: #f7923b;
114114
--light-color-selected-tree-highlight-active: rgba(0, 136, 250, 0.1);
115115
--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);
116+
--light-color-scroll-caret: rgba(150, 150, 150, 0.5);
118117
--light-color-tab-selected-border: #0088fa;
119118
--light-color-text: #000000;
120119
--light-color-text-invalid: #ff0000;

0 commit comments

Comments
 (0)