Skip to content

Commit 472af89

Browse files
committed
Fix for MUI stepper
1 parent db282ce commit 472af89

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/mui.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,13 @@ function createMuiDsfrTheme(params: { isDark: boolean }): MuiTheme {
189189
"color": theme.palette.text.primary
190190
})
191191
}
192+
},
193+
"MuiStepIcon": {
194+
"styleOverrides": {
195+
"text": ({ theme }) => ({
196+
"fill": getColors(true).decisions.text.title.grey.default
197+
})
198+
}
192199
}
193200
}
194201
});

0 commit comments

Comments
 (0)