fix: use background-paper for drawer to match Headlamp standard #7
Reference in New Issue
Block a user
Delete Branch "fix/drawer-background-paper"
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 drawer background to use the correct MUI CSS variable for elevated surfaces.
Changes
backgroundColorfromvar(--mui-palette-background-default)tovar(--mui-palette-background-paper)background-paperis the standard MUI variable for elevated surfaces (drawers, dialogs, cards)background-defaultis for the main page background, not elevated componentsWhy
The drawer should have an opaque elevated surface background that matches Headlamp's standard drawer/dialog style, not a transparent or page-level background.
Testing
Build succeeds ✅
The drawer should now have the proper opaque background matching Headlamp's standard UI patterns.
🤖 Generated with Claude Code