Skip to content

Commit

Permalink
Fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Nov 28, 2023
1 parent bc8b017 commit ebf290f
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions src/mui.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -269,19 +269,21 @@ export function getMuiDsfrThemeOptions(params: {
"columnHeaders": {
"backgroundColor": decisions.background.contrast.grey.default,
"&&": {
"borderColor": decisions.border.plain.grey.default,
"borderPosition": "bottom",
"borderWidth": 2
"borderColor": decisions.border.plain.grey.default,
"borderPosition": "bottom",
"borderWidth": 2
}
},
"row": () => {
const hoveredAndSelected = {
"&.Mui-hovered": {
"backgroundColor": fr.colors.decisions.background.contrast.grey.hover
"backgroundColor":
fr.colors.decisions.background.contrast.grey.hover
},
"&.Mui-selected": {
"backgroundColor": fr.colors.decisions.background.contrast.grey.active
},
"backgroundColor":
fr.colors.decisions.background.contrast.grey.active
}
};

return {
Expand Down

0 comments on commit ebf290f

Please sign in to comment.