Skip to content

Commit a83eeca

Browse files
fix(ui): Invert pattern-bg for dark mode (#62045)
Before <img width="1840" alt="image" src="https://github.com/getsentry/sentry/assets/1421724/bc2a0146-1314-4e5b-a0c2-0e2d766e57ef"> After <img width="1840" alt="image" src="https://github.com/getsentry/sentry/assets/1421724/4f755526-07bb-43e1-bb5d-904fa0a79729">
1 parent 0b2c455 commit a83eeca

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

static/app/styles/global.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@ const styles = (theme: Theme, isDark: boolean) => css`
100100
border-left-color: ${theme.purple300};
101101
}
102102
103+
.pattern-bg {
104+
opacity: 1;
105+
filter: invert(1) brightness(0.6);
106+
}
107+
103108
.nav-tabs {
104109
& > li {
105110
&.active {

0 commit comments

Comments
 (0)