Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
romgrk committed Dec 2, 2024
1 parent 339768b commit 90c1fc2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -778,6 +778,8 @@ export const GridRootStyles = styled('div', {

function transformMaterialUITheme(theme: Theme) {
return {
[vars.spacingUnit]: theme.spacing(1),

[vars.palette.background.default]: (theme.vars || theme).palette.background.default,
[vars.palette.background.elevated]: (theme.vars || theme).palette.background.paper,
}
Expand Down

0 comments on commit 90c1fc2

Please sign in to comment.