Style Customization
Following the docs. I've done everything step by step but or doesn't work . I was testing it by changing sidebar color to see if it works but nothing changed .
.fi-sidebar {
background-color: #fafafa;
}.fi-sidebar {
@apply bg-gray-50 dark:bg-gray-950 !important;
}