mirror of
https://github.com/facebook/react.git
synced 2026-02-24 04:33:04 +00:00
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: 
This directory contains code shared between several DevTools packages:
- /packages/react-devtools-core
- /packages/react-devtools-extensions
- /packages/react-devtools-inline
It is not published or released anywhere directly.