We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4403fb5 commit 7ec5151Copy full SHA for 7ec5151
src/mui/mui.tsx
@@ -521,7 +521,8 @@ export function createDsfrCustomBrandingProvider(params: {
521
"--text-title-grey": theme.palette.text.primary,
522
"--background-action-high-blue-france": theme.palette.primary.main,
523
"--border-default-grey": theme.palette.divider,
524
- "--border-action-high-blue-france": theme.palette.primary.main
+ "--border-action-high-blue-france": theme.palette.primary.main,
525
+ "--border-default-blue-france": theme.palette.primary.main
526
527
// options:
528
/*
0 commit comments