Is there a way to use the filament colors in a custom theme
Hey all, I am working on a project with multi tenancy and I want to use the tenant's colors to be used in a custom theme.
Currently I have a middleware to set the filament colors:
This is working great, but the problem i'm having is that I want to change the colors of the sidebar, topbar and more. I already have created a custom theme, here is the start of it:
So basicly my question is, how can I use the registered primary color in the theme.css, so I can for example change the background color of the sidebar.
Currently I have a middleware to set the filament colors:
This is working great, but the problem i'm having is that I want to change the colors of the sidebar, topbar and more. I already have created a custom theme, here is the start of it:
So basicly my question is, how can I use the registered primary color in the theme.css, so I can for example change the background color of the sidebar.