mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-07-09 06:55:07 +00:00
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:
@@ -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,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user