Skip to content

Commit 5b4e457

Browse files
committed
Remove unused variable
1 parent fdac783 commit 5b4e457

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mui.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,9 @@ function createMuiDsfrTheme(params: { isDark: boolean }): MuiTheme {
192192
},
193193
"MuiStepIcon": {
194194
"styleOverrides": {
195-
"text": ({ theme }) => ({
195+
"text": {
196196
"fill": getColors(true).decisions.text.title.grey.default
197-
})
197+
}
198198
}
199199
}
200200
}

0 commit comments

Comments
 (0)