Skip to content

Commit e1f6010

Browse files
authored
[docs] Fix the dark mode footer row shadow for the Data Grid on the advanced components page (#48149)
1 parent 51dd21f commit e1f6010

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

docs/src/components/productX/XHero.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,6 @@ export default function XHero() {
240240
'& .MuiDataGrid-pinnedRows': {
241241
backgroundColor: alpha(theme.palette.primaryDark[800], 1),
242242
backgroundImage: 'none',
243-
boxShadow: '0px -6px 12px rgba(0 0 0 / 0.5)',
244243
'& .MuiDataGrid-footerCell': {
245244
color: 'primary.light',
246245
},

0 commit comments

Comments
 (0)