fix: use new custom property for background

This commit is contained in:
Chuma McPhoy
2024-07-11 10:28:06 +02:00
parent b1698a8a2e
commit c17bd782c2
2 changed files with 1 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
bottom: 0;
right: 0px;
width: 600px;
background-color: var(--Base-Background-Normal);
background-color: var(--Base-Background-Primary-Normal);
z-index: 100;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.85);
}