Skip to content

Commit 06c3dea

Browse files
prakriti-solankeykartikpersistent
authored andcommitted
theme changes
1 parent 18c09e6 commit 06c3dea

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

frontend/src/App.css

+2-3
Original file line numberDiff line numberDiff line change
@@ -213,14 +213,13 @@
213213
flex: 0.2;
214214
flex-wrap: wrap;
215215
padding: 15px;
216-
gap: 8px;
217-
background-color: #ffff;
216+
background-color: rgb(var(--theme-palette-neutral-bg-weak));
218217
scrollbar-width: thin;
219218
max-height: 100%;
220219
overflow-y: auto;
221220
height: 100%;
222221
z-index: 1;
223-
box-shadow: -2px 0px 6px #e7e7e7;
222+
box-shadow: -2px 0px 6px rgb(var(--theme-palette-neutral-bg-strong));
224223
}
225224

226225
.legend {

0 commit comments

Comments
 (0)