Skip to content

Commit da564e7

Browse files
theme changes
1 parent 9a02451 commit da564e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/App.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,13 +213,13 @@
213213
flex-wrap: wrap;
214214
flex: 1;
215215
padding: 15px;
216-
background-color: #ffff;
216+
background-color: rgb(var(--theme-palette-neutral-bg-weak));
217217
scrollbar-width: thin;
218218
max-height: 100%;
219219
overflow-y: auto;
220220
height: 100%;
221221
z-index: 1;
222-
box-shadow: -2px 0px 6px #e7e7e7;
222+
box-shadow: -2px 0px 6px rgb(var(--theme-palette-neutral-bg-strong));
223223
}
224224

225225
.legend {

0 commit comments

Comments
 (0)