dillon1000/react
Commit
Browse files fix[react-devtools] component badge in light mode is now not invisible (#29852)
In light mode, component badges in profiler were invisible due to using the alpha channel to produce the grayish color. Instead I'm using the equivalent RGB without that alpha. **before** In light mode, component badges in profiler were invisible (forwardRef badge in this case):  **after** Profiler tooltip fix. also notice there's no regression on the right menu:  also works in dark mode:  Still visible in components in light mode, whether selected or not:  components dark mode: 
Changed paths1 file
First-parent comparisonpackages/react-devtools-shared/src/devtools/constants.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…