mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
382fb22cfe
The drawer aside was set to `bg-white/50 dark:bg-white/[0.01]` with a `backdrop-blur-3xl`. In light mode this rendered as a 50%-transparent white panel over the page underneath, which made every item read "grayed-out" through the blur. In dark mode the 0.01 white was so faint that the panel was effectively transparent. Switch to `bg-sidebar` — the opaque sidebar token already used by the desktop navbar — and drop the backdrop blur (pointless without the transparency). Items now sit on a solid surface with normal contrast in both themes.