Skip to content

Commit

Permalink
update style
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfauquette committed Jun 24, 2022
1 parent 4c513de commit 0a11d17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export const GridRootStyles = styled('div', {
},
[`& .${gridClasses['columnGroupHeader--withName']} .${gridClasses.columnGroupHeaderTitleContainerContent}`]:
{
borderBottom: `solid ${theme.palette.divider} 2px`,
borderBottom: `solid ${borderColor} 1px`,
},
[`& .${gridClasses.withBorder} .${gridClasses.columnGroupHeaderTitleContainerContent}`]: {
borderBottom: `none`,
Expand Down

0 comments on commit 0a11d17

Please sign in to comment.