Skip to content

Commit

Permalink
headers color change
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Philipiak committed Nov 25, 2024
1 parent 01ba76f commit 3bbe78a
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export const useDefaultTheme = (parent = {}): Theme => {
}),
root: {
border: 0,
"--DataGrid-containerBackground": blendLighten(root.palette.background.paper, 0.12),
},
row: {
":nth-of-type(even):not(:hover)": {
Expand All @@ -72,9 +73,6 @@ export const useDefaultTheme = (parent = {}): Theme => {
backgroundColor: alpha(root.palette.common.black, root.palette.action.hoverOpacity * 3),
zIndex: root.zIndex.mobileStepper - 1,
},
columnHeadersInner: {
backgroundColor: blendLighten(root.palette.background.paper, 0.12),
},
cell: {
"&:focus-within": {
outlineColor: root.palette.primary.main,
Expand All @@ -85,6 +83,7 @@ export const useDefaultTheme = (parent = {}): Theme => {
},

columnHeaderTitleContainer: {
containerBackground: blendLighten(root.palette.background.paper, 0.12),
padding: "0 6px",
},
"cell--withRenderer": {
Expand Down

0 comments on commit 3bbe78a

Please sign in to comment.