dark mode

This commit is contained in:
2024-10-28 21:55:29 -07:00
parent 103cbb82a9
commit b73d83d942
7 changed files with 94 additions and 40 deletions

View File

@@ -56,6 +56,10 @@ export default {
'4': 'hsl(var(--chart-4))',
'5': 'hsl(var(--chart-5))'
}
},
boxShadow: {
DEFAULT: 'var(--shadow)',
// other shadows
}
}
},