mirror of
https://github.com/facebook/react.git
synced 2026-02-23 20:23:02 +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: 