File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -269,19 +269,21 @@ export function getMuiDsfrThemeOptions(params: {
269269 "columnHeaders" : {
270270 "backgroundColor" : decisions . background . contrast . grey . default ,
271271 "&&" : {
272- "borderColor" : decisions . border . plain . grey . default ,
273- "borderPosition" : "bottom" ,
274- "borderWidth" : 2
272+ "borderColor" : decisions . border . plain . grey . default ,
273+ "borderPosition" : "bottom" ,
274+ "borderWidth" : 2
275275 }
276276 } ,
277277 "row" : ( ) => {
278278 const hoveredAndSelected = {
279279 "&.Mui-hovered" : {
280- "backgroundColor" : fr . colors . decisions . background . contrast . grey . hover
280+ "backgroundColor" :
281+ fr . colors . decisions . background . contrast . grey . hover
281282 } ,
282283 "&.Mui-selected" : {
283- "backgroundColor" : fr . colors . decisions . background . contrast . grey . active
284- } ,
284+ "backgroundColor" :
285+ fr . colors . decisions . background . contrast . grey . active
286+ }
285287 } ;
286288
287289 return {
You can’t perform that action at this time.
0 commit comments