Skip to content

Commit

Permalink
[website] Update DataGrid demo separator color (#43785)
Browse files Browse the repository at this point in the history
  • Loading branch information
KenanYusuf authored Sep 17, 2024
1 parent e1967f8 commit 98ad1d6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docs/src/components/home/XGridGlobalStyles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ export default function XGridGlobalStyles({
},
'& .MuiDataGrid-columnSeparator': {
color: (theme.vars || theme).palette.grey[200],
'&:hover': {
color: (theme.vars || theme).palette.grey[800],
'&.MuiDataGrid-columnSeparator--resizable:hover': {
color: (theme.vars || theme).palette.primary.main,
},
...(!pro && { display: 'none' }),
},
Expand Down Expand Up @@ -126,9 +126,6 @@ export default function XGridGlobalStyles({
},
'& .MuiDataGrid-columnSeparator': {
color: (theme.vars || theme).palette.primaryDark[400],
'&:hover': {
color: (theme.vars || theme).palette.primaryDark[100],
},
},
// -------------------------------
// table body elements
Expand Down

0 comments on commit 98ad1d6

Please sign in to comment.