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;
}
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;
}