$panel->darkMode(false) still shows dark in panel
Anyone has an idea? I saw this in
base.blade.php
, but it already uses @class()
4 Replies
Might be a bug, and I can confim that the page is still in dark when you're already in dark mode and disabled. but if you're in light mode then disabled, it work fine
disable means putting ->darkmode in panel
isn't the mental thinking ->darkMode() is to enable it?
Ref to docs,
->darkMode()
to enable, ->darkMode(false)
to disabled.. putting ->darkMode()
is same as without putting..i'm thinking that by disabling it, the screen is white
should be light