1
0
This commit is contained in:
2024-05-19 18:59:16 +03:00
parent 621d267ea4
commit 8dedbf208c
89 changed files with 2085 additions and 33 deletions

View File

@@ -37,7 +37,7 @@ const config: Config = {
foreground: "hsl(var(--muted-foreground) / <alpha-value>)"
},
accent: {
DEFAULT: "hsl(var(--accent) / <alpha-value>)",
DEFAULT: "#AD5CD6",
foreground: "hsl(var(--accent-foreground) / <alpha-value>)"
},
popover: {