You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, haven't found time to check it, and I don't think I can for a couple more days.
The only think I can suggest if anyone wants to make a PR is add a prefers-color-scheme media query and change the background color and text color accordingly. You can see the styles here https://github.com/octoper/go-ray/blob/main/payloads/DumpPayload.go#L12-L19
Describe the bug
See spatie/ray#686
The Dump payload doesn't seem to render well in dark mode.
Not 100% sure, but I guess it's related to these styles: https://github.com/octoper/go-ray/blob/main/payloads/DumpPayload.go#L12-L19
To Reproduce
Expected behavior
Additional context
Instead of the inline styles, you might use the
code
CSS class we use in Ray to render code blocks to have a variable background.The text was updated successfully, but these errors were encountered: