Here is custom colors component
Loading preview...
import SwitchCustomColorDemo from "@/components/ui/custom-colors"; export default function DemoOne() { return <SwitchCustomColorDemo />; }