fix(portal:auth): fixed styling from @tria-plc/iamui-common just rendering

This commit is contained in:
Michael Abebe
2026-05-15 11:17:03 +03:00
parent 7340d00827
commit f08f6b5209
11 changed files with 1582 additions and 13 deletions

View File

@@ -0,0 +1,20 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "",
"css": "src/styles/globals.css",
"baseColor": "neutral",
"cssVariables": true
},
"iconLibrary": "lucide",
"aliases": {
"components": "#components",
"ui": "#components",
"lib": "#lib",
"utils": "#lib/utils",
"hooks": "#hooks"
}
}