thetarnav / solid-devtools

Library of developer tools, reactivity debugger & Devtools Chrome extension for visualizing SolidJS reactivity graph
https://chrome.google.com/webstore/detail/solid-devtools/kmcfjchnmmaeeagadbhoofajiopoceel
MIT License
538 stars 21 forks source link

Black text over a black background in DevTools Overlay graph view #242

Closed elliotwaite closed 1 year ago

elliotwaite commented 1 year ago

The graph view in the DevTools Overlay shows black text over a black background, making it hard to read the values. I can only see the values if I select the text.

Screenshot 2023-06-03 at 6 37 53 AM Screenshot 2023-06-03 at 6 38 04 AM
thetarnav commented 1 year ago

Thanks, the graph view doesn't lacks light-mode styles from what I see.

elliotwaite commented 1 year ago

Thanks! The updated version looks great.