refactor(frontend): changed the style to be boxy and like ccc

This commit is contained in:
2026-06-23 14:24:33 -05:00
parent eea5780bb6
commit 4eef8fa418
60 changed files with 5127 additions and 1022 deletions

View File

@@ -1,12 +1,12 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "radix-nova",
"style": "radix-lyra",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "",
"css": "src/index.css",
"baseColor": "zinc",
"baseColor": "mist",
"cssVariables": true,
"prefix": ""
},