Skip to content

Commit

Permalink
Merge pull request #185 from savindi7/fix-remove-0-level-shadow
Browse files Browse the repository at this point in the history
fix(react): remove the default shadow
  • Loading branch information
savindi7 authored Nov 7, 2023
2 parents b5cfbfe + ab705bd commit 3df6847
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exports[`DataGrid should match the snapshot 1`] = `
aria-colcount="0"
aria-multiselectable="false"
aria-rowcount="1"
class="oxygen-data-grid MuiDataGrid-root MuiDataGrid-root--densityStandard MuiDataGrid-withBorderColor css-7jr54o-MuiDataGrid-root"
class="oxygen-data-grid MuiDataGrid-root MuiDataGrid-root--densityStandard MuiDataGrid-withBorderColor css-q5txa1-MuiDataGrid-root"
role="grid"
>
<div
Expand Down
1 change: 0 additions & 1 deletion packages/react/src/theme/default-theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ export const generateDefaultThemeOptions = (baseTheme: Theme): RecursivePartial<
},
},
},
shadows: ['0px 2px 20px 0px #1d20281a', ...baseTheme.shadows],
shape: {
// TODO: Is `Lg` the default?
borderRadius: lightTokens.OxygenOxygenBorderRadiusLg,
Expand Down

0 comments on commit 3df6847

Please sign in to comment.