Skip to content

Commit

Permalink
Fix AppBar backgroundColor color is lighter than what the theme defin…
Browse files Browse the repository at this point in the history
…es, #41602
  • Loading branch information
renovate[bot] authored and farhanmian committed Apr 28, 2024
1 parent 65a41ff commit ad1b243
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"@mui/joy": "workspace:*",
"@mui/material": "workspace:^",
"@mui/utils": "workspace:^",
"@next/eslint-plugin-next": "^14.2.2",
"@next/eslint-plugin-next": "^14.2.3",
"@octokit/rest": "^20.1.0",
"@pigment-css/react": "^0.0.9",
"@playwright/test": "1.43.1",
Expand Down
1 change: 1 addition & 0 deletions packages/mui-material/src/AppBar/AppBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const AppBarRoot = styled(Paper, {
width: '100%',
boxSizing: 'border-box', // Prevent padding issue with the Modal and fixed positioned AppBar.
flexShrink: 0,
backgroundImage: 'none',
variants: [
{
props: { position: 'fixed' },
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ad1b243

Please sign in to comment.