Skip to content

Commit 7ec5151

Browse files
committed
Change border color in white label mode
1 parent 4403fb5 commit 7ec5151

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/mui/mui.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,8 @@ export function createDsfrCustomBrandingProvider(params: {
521521
"--text-title-grey": theme.palette.text.primary,
522522
"--background-action-high-blue-france": theme.palette.primary.main,
523523
"--border-default-grey": theme.palette.divider,
524-
"--border-action-high-blue-france": theme.palette.primary.main
524+
"--border-action-high-blue-france": theme.palette.primary.main,
525+
"--border-default-blue-france": theme.palette.primary.main
525526

526527
// options:
527528
/*

0 commit comments

Comments
 (0)