fix: use correct CSS variables for drawer dark mode support #6
Reference in New Issue
Block a user
Delete Branch "fix/drawer-dark-mode"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Fixes white drawer background in dark mode by using the correct MUI CSS variable.
Changes
backgroundColorfromvar(--mui-palette-background-paper)tovar(--mui-palette-background-default)Testing
Build succeeds ✅
The drawer should now properly adapt to dark mode with the same background color as the rest of the Headlamp UI.
🤖 Generated with Claude Code