page-assist icon indicating copy to clipboard operation
page-assist copied to clipboard

UI background color

Open arkCyber opened this issue 9 months ago • 2 comments

Now the UI background color is black,where to modify the color?Thanks

arkCyber avatar Feb 12 '25 07:02 arkCyber

Image

Where is the source code file? I cannot find it.

arkCyber avatar Feb 12 '25 09:02 arkCyber

Where is the source code file? I cannot find it.

Hey, you can edit the file here https://github.com/n4ze3m/page-assist/blob/main/src/components/Option/Playground/PlaygroundEmpty.tsx

Now the UI background color is black,where to modify the color?Thanks

You can change the theme by clicking here. If you're editing, you can replace the dark mode color by finding and replacing all instances of bg-[#121212] with your preferred color

Image

n4ze3m avatar Feb 12 '25 14:02 n4ze3m