How to change background color of sidebar
I wont to change the background color of the sidebar I found this description:
https://filamentphp.com/docs/3.x/support/style-customization
but I don't know where to put this code until it worked.
.fi-sidebar {
@apply bg-gray-50 dark:bg-gray-950;
}
2 Replies
If you’re using panels: https://filamentphp.com/docs/3.x/panels/themes#creating-a-custom-theme otherwise you just add it to your stylesheet.
Hey bro! you have 2 options for change the color:
1.- Change de default colors in the panel, something like this:
2.- Or use a custom theme, like write @awcodes
i think you need add this
@apply !bg-slate-50 dark:!bg-gray-900;