-
Notifications
You must be signed in to change notification settings - Fork 543
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