Use the color-primary-element* variables

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L
2023-05-12 16:26:34 +02:00
parent ccf1445ccf
commit 9f91ecc116
6 changed files with 6 additions and 6 deletions

View File

@@ -136,7 +136,7 @@ export default {
.dragover {
position: absolute;
background: var(--color-primary-light);
background: var(--color-primary-element-light);
z-index: 11;
display: flex;
border-radius: var(--border-radius);