diff --git a/src/components/DashboardView.tsx b/src/components/DashboardView.tsx index 5f358d4..857f288 100644 --- a/src/components/DashboardView.tsx +++ b/src/components/DashboardView.tsx @@ -117,8 +117,8 @@ export default function DashboardView() { style={{ padding: '6px 16px', backgroundColor: 'transparent', - color: '#1976d2', - border: '1px solid #1976d2', + color: 'var(--mui-palette-primary-main, #1976d2)', + border: '1px solid var(--mui-palette-primary-main, #1976d2)', borderRadius: '4px', cursor: 'pointer', fontSize: '13px', diff --git a/src/components/ExemptionManager.tsx b/src/components/ExemptionManager.tsx index 20bb4c9..46c8b49 100644 --- a/src/components/ExemptionManager.tsx +++ b/src/components/ExemptionManager.tsx @@ -149,8 +149,8 @@ export default function ExemptionManager({