diff --git a/src/index.css b/src/index.css index 37b3ff8..bb39fcb 100644 --- a/src/index.css +++ b/src/index.css @@ -90,12 +90,12 @@ /* Scoped Themes */ .theme-frota { + --radius: 0.625rem; ---primary: oklch(0.627 0.194 149.214); /* Emerald 500 */ --primary: var(---primary); --primary-glow: oklch(0.627 0.194 149.214 / 15%); --ring: var(---primary); - font-family: 'FE-Font', sans-serif; - + font-family: 'FE-Font', sans-serif; } .theme-financeiro { @@ -133,6 +133,7 @@ } .dark.theme-frota { + --radius: 0.625rem; ---primary: oklch(0.705 0.213 146.067); /* Emerald 400 for dark mode */ --primary: var(---primary); --primary-glow: oklch(0.705 0.213 146.067 / 30%);