Skip to content

Commit 4dfc79c

Browse files
fix(interface): remove warnings view background (#718)
1 parent f262bba commit 4dfc79c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

public/components/views/warnings/warnings.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,14 +117,11 @@ export class WarningsView extends LitElement {
117117
display: block;
118118
height: 100%;
119119
overflow-y: auto;
120-
background: var(--bg, #f8f7ff);
121120
font-family: Roboto, sans-serif;
122121
color: #1a1a2e;
123122
}
124123
125124
:host-context(body.dark) {
126-
--bg: var(--dark-theme-gray);
127-
128125
color: rgb(255 255 255 / 87%);
129126
}
130127

0 commit comments

Comments
 (0)