Easy way to update background color of the panel?

Is there an easy way to update the background color of the panel (the gray background)?
Solution:
.fi-main-ctn { @apply bg-red-500 }
.fi-main-ctn { @apply bg-red-500 }
...
Jump to solution
3 Replies
krekas
krekas2y ago
Use css
Solution
Passenger
Passenger2y ago
.fi-main-ctn { @apply bg-red-500 }
.fi-main-ctn { @apply bg-red-500 }
GwnMik02
GwnMik02OP2y ago
thanks!

Did you find this page helpful?