* fix assessment layout * improve player layout * refactor sidebar * default system theme * may toggle theme * fix calendar in dark theme * fix style in dark mode * improve player layout
17 lines
345 B
JSON
17 lines
345 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema.json",
|
|
"style": "new-york",
|
|
"rsc": false,
|
|
"tsx": true,
|
|
"tailwind": {
|
|
"config": "tailwind.config.js",
|
|
"css": "src/index.css",
|
|
"baseColor": "zinc",
|
|
"cssVariables": true
|
|
},
|
|
"aliases": {
|
|
"components": "src/renderer/components",
|
|
"utils": "src/renderer/lib/utils"
|
|
}
|
|
}
|