refactor: Update CreateThemePage component to dynamically generate theme data

This commit is contained in:
Mauro Balades
2024-08-22 21:11:18 +02:00
parent e424bd7559
commit 7c4de05e3b
11 changed files with 610 additions and 374 deletions

View File

@@ -8,7 +8,7 @@ import { Dialog, DialogContent, DialogDescription, DialogTitle, DialogTrigger }
import { DialogFooter, DialogHeader } from "./ui/dialog";
import { Sheet, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger } from "./ui/sheet";
const COLORS = [
export const COLORS = [
"#ffaa40",
"#9c40ff",
"#ff40aa",