Replies: 2 comments
-
bro, you can't change it, but i used Claude to generate another fragment to run the ogl with, for light mode and dark mode using next-themes, but it is not working properly for light mode tho, the accent color is less saturated |
Beta Was this translation helpful? Give feedback.
0 replies
-
@bardium You can replace your void main() function in the shader with the one below:
This will give you a white background. Unfortunately, it doesn't look so great, because this component was designed for dark mode designs. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How do I change the backgrond of this because it's #000 and I can't find how to change it, there doesn't seem to be a prop for it and gl.clearColor(...) isn't working.
https://www.reactbits.dev/backgrounds/dark-veil
Beta Was this translation helpful? Give feedback.
All reactions