fix: use background-paper for drawer to match Headlamp standard #7

Merged
cpfarhood merged 1 commits from fix/drawer-background-paper into main 2026-02-12 04:43:49 +00:00
+1 -1
View File
@@ -103,7 +103,7 @@ function NamespaceDetailPanel({ namespace, onClose }: NamespaceDetailPanelProps)
top: 0,
bottom: 0,
width: '1000px',
backgroundColor: 'var(--mui-palette-background-default)',
backgroundColor: 'var(--mui-palette-background-paper)',
color: 'var(--mui-palette-text-primary)',
boxShadow: '-2px 0 8px rgba(0,0,0,0.15)',
overflowY: 'auto',