-
Notifications
You must be signed in to change notification settings - Fork 526
Open
Labels
Description
Workspace
sentry
📜 Description
The components for the sentry plugin are always displayed in light theme, no matter the set up theme.
👍 Expected behavior
Should be in dark theme
👎 Actual Behavior with Screenshots
Components are always displayed in light theme
👟 Reproduction steps
- Embed the sentry content element
- Switch to dark mode
📃 Provide the context for the Bug.
Using Backstage 1.46, new frontend UI with explicit registration.
Following CSS workaround seems to do the trick (partially):
/*
Workaround for Sentry
*/
.MuiPaper-root,
.MuiGrid-root{
color: inherit !important;
background: inherit !important;
}
Other plugins seem to work fine using the same underlying Backstage components.
👀 Have you spent some time to check if this bug has been raised before?
- I checked and didn't find similar issue
🏢 Have you read the Code of Conduct?
- I have read the Code of Conduct
Are you willing to submit PR?
No, but I'm happy to collaborate on a PR with someone else