Skip to content

Commit

Permalink
fix: [M3-8303] - Remove Paper border in dark theme (#10638)
Browse files Browse the repository at this point in the history
* Allow passing SX on PlanPanel

* missed db resize

* revert initial changes and remove paper border in dark mode
  • Loading branch information
abailly-akamai authored Jul 2, 2024
1 parent a678228 commit 95ef99f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/manager/src/foundations/themes/dark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ export const darkTheme: ThemeOptions = {
root: {
backgroundColor: Color.Neutrals[90],
backgroundImage: 'none', // I have no idea why MUI defaults to setting a background image...
border: `1px solid ${Color.Neutrals[80]}`,
border: 0,
},
},
},
Expand Down

0 comments on commit 95ef99f

Please sign in to comment.