Unable to load proper styles for components used outside of admin panel
I've got a basic layout blade and I want to use button from filament. No luck so far, I've read the docs but sadly did not find anything or missed it..
Am I missing something? It is probably something stupid I forgot about.. the styles actually get loaded but the button is not styled properly.. one thing I noticed is that
on the button dont work, it says that
app.blade.phpvite.config.jsand tailwind.config.jsAm I missing something? It is probably something stupid I forgot about.. the styles actually get loaded but the button is not styled properly.. one thing I noticed is that
--c-400: var(--primary-400);
--c-500: var(--primary-500);
--c-600: var(--primary-600);on the button dont work, it says that
--primary-400, --primary-500, --primary-600 are not defined.