feat: update dark mode colors (#6903)

* feat: update dark colors

* feat(v4): update dark mode colors

* fix

* fix

* fix: slate and stone mismatches

* feat(v4): update skeleton and switch colors

* feat(v4): add dashboard example

* fix(v4): update dashboard components

* fix: themes

* feat: update sonner

* feat(v4): update dashboard buttons

* fix: test new colors

* fix: build commands

* feat(v4): more color updates

* feat(v4): update theme selector

* fix(v4): minor component fixes
This commit is contained in:
shadcn
2025-03-13 13:06:08 +04:00
committed by GitHub
parent abde54987b
commit f1dd9c6903
104 changed files with 3006 additions and 502 deletions

View File

@@ -422,11 +422,10 @@ export async function registryGetTheme(name: string, config: Config) {
if (tailwindVersion === "v4" && baseColor.cssVarsV4) {
theme.cssVars = {
light: {
...theme.cssVars.light,
radius: "0.625rem",
...baseColor.cssVarsV4.light,
},
dark: {
...theme.cssVars.dark,
...baseColor.cssVarsV4.dark,
},
}