I've created a drawer element with Tailwind CSS & Flowbite. While the backdrop is good (simple gray) on light mode, it's a mix of gray and blue on dark mode, which doesn't fit the theme at all. Does anybody know how to change the backdrop color? I couldn't find any solutions for this besides turning the backdrop completely off.
There is already one topic on Stack Overflow about it, but it doesn't help, sadly.
Any hints? Thanks for helping!
<div id="drawer-navigation" class="fixed top-0 left-0 z-40 h-screen p-4 overflow-y-auto transition-transform -translate-x-full bg-white w-80 dark:bg-zinc-800" tabindex="-1" aria-labelledby="drawer-navigation-label">[ELEMENTS INSIDE]</div>
Completely looked through the documentation of Flowbite, used Google and Stack Overflow.