Background colour of a panel

Hi, just wondering if there is a way to change the whole background colour of a panel in both light and dark mode?
Solution:
Using css you can.. filament provide class name like fi-body you can use this like ```css .fi-body { @apply bg-red-** }...
Jump to solution
3 Replies
Solution
Vp
Vp10mo ago
Using css you can.. filament provide class name like fi-body you can use this like
.fi-body {
@apply bg-red-**
}
.fi-body {
@apply bg-red-**
}
Hikari Mashiro
Hikari Mashiro10mo ago
Ok, got it. Thank you!
Want results from more Discord servers?
Add your server
More Posts