diff --git a/src/components/NamespacesListView.tsx b/src/components/NamespacesListView.tsx index 39c57fb..4145e06 100644 --- a/src/components/NamespacesListView.tsx +++ b/src/components/NamespacesListView.tsx @@ -103,7 +103,8 @@ function NamespaceDetailPanel({ namespace, onClose }: NamespaceDetailPanelProps) top: 0, bottom: 0, width: '1000px', - backgroundColor: 'var(--mui-palette-background-paper, var(--background-paper, #fff))', + backgroundColor: 'var(--mui-palette-background-default)', + color: 'var(--mui-palette-text-primary)', boxShadow: '-2px 0 8px rgba(0,0,0,0.15)', overflowY: 'auto', zIndex: 1200, @@ -118,9 +119,7 @@ function NamespaceDetailPanel({ namespace, onClose }: NamespaceDetailPanelProps) alignItems: 'center', }} > -