refactor(project): re-adjust the overall folder

This commit is contained in:
vince
2024-07-23 00:03:59 +08:00
parent a1a566cb2f
commit 14538f7ed5
281 changed files with 1365 additions and 1659 deletions

View File

@@ -30,8 +30,8 @@ const shadcnUiColors = {
hover: 'hsl(var(--accent-hover))',
},
background: {
DEFAULT: 'hsl(var(--background))',
deep: 'hsl(var(--background-deep))',
DEFAULT: 'hsl(var(--background))',
},
border: {
DEFAULT: 'hsl(var(--border))',
@@ -50,8 +50,8 @@ const shadcnUiColors = {
},
input: {
DEFAULT: 'hsl(var(--input))',
background: 'hsl(var(--input-background))',
DEFAULT: 'hsl(var(--input))',
},
muted: {
DEFAULT: 'hsl(var(--muted))',
@@ -95,8 +95,8 @@ const customColors = {
foreground: 'hsl(var(--destructive-foreground))',
},
sidebar: {
DEFAULT: 'hsl(var(--sidebar))',
deep: 'hsl(var(--sidebar-deep))',
DEFAULT: 'hsl(var(--sidebar))',
},
success: {
...createColorsPalette('success'),