style: Updated box-shadow to use custom variable in ContextMenu and Select components (#4870)

This commit is contained in:
Pavel Laptev 2024-09-11 12:12:10 +02:00 committed by GitHub
parent 5a3d788927
commit 25c2f516fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -189,7 +189,7 @@
background: var(--clr-bg-2);
border: 1px solid var(--clr-border-2);
border-radius: var(--radius-m);
box-shadow: var(--shadow-s);
box-shadow: var(--fx-shadow-s);
animation: fadeIn 0.08s ease-out forwards;
}

View File

@ -241,7 +241,7 @@
border-radius: var(--radius-m);
border: 1px solid var(--clr-border-2);
background: var(--clr-bg-1);
box-shadow: var(--shadow-s);
box-shadow: var(--fx-shadow-s);
overflow: hidden;
transform-origin: top;