sidebar button change active background color
Help, is there something wrong with my code?
.fi-sidebar-item-button:active{
@apply text-white bg-blue-500;
}
it does not apply
.fi-sidebar-item-button:active{
@apply text-white bg-blue-500;
}
it does not apply
