diff --git a/src/components/project-boot/shadcn/constants.ts b/src/components/project-boot/shadcn/constants.ts index df8dcbb..8e7cf00 100644 --- a/src/components/project-boot/shadcn/constants.ts +++ b/src/components/project-boot/shadcn/constants.ts @@ -172,8 +172,8 @@ export const DEFAULT_PRESET_CONFIG: ShadcnPresetConfig = { base: "radix", style: "nova", baseColor: "neutral", - theme: "neutral", - chartColor: "neutral", + theme: "orange", + chartColor: "orange", iconLibrary: "lucide", font: "inter", fontHeading: "inherit",