feat: update to nextjs 15 and some more additions

This commit is contained in:
2024-12-26 19:17:29 +01:00
parent 70d60e53d1
commit b2eb8c9e74
21 changed files with 1834 additions and 357 deletions

View File

@@ -52,6 +52,15 @@ const config = {
DEFAULT: "hsl(var(--card))",
foreground: "hsl(var(--card-foreground))",
},
surface1: {
DEFAULT: "hsl(var(--surface-1))",
},
surface2: {
DEFAULT: "hsl(var(--surface-2))",
},
mantle: {
DEFAULT: "hsl(var(--mantle))",
},
},
borderRadius: {
lg: "var(--radius)",