mirror of
https://github.com/SrIzan10/stack.git
synced 2026-06-06 01:06:54 +00:00
feat: update to nextjs 15 and some more additions
This commit is contained in:
@@ -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)",
|
||||
|
||||
Reference in New Issue
Block a user