$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
Vp
Vp2y ago
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
Ricardo Sawir
Ricardo SawirOP2y ago
isn't the mental thinking ->darkMode() is to enable it?
Vp
Vp2y ago
Ref to docs, ->darkMode() to enable, ->darkMode(false) to disabled.. putting ->darkMode() is same as without putting..
Ricardo Sawir
Ricardo SawirOP2y ago
i'm thinking that by disabling it, the screen is white should be light

Did you find this page helpful?