1
0
Fork 0
mirror of synced 2024-07-02 21:10:43 +12:00

converts modal to use spectrum variables

This commit is contained in:
Keviin Åberg Kultalahti 2021-04-08 13:44:42 +02:00
parent 7f4250dca2
commit 6797b9af59

View file

@ -96,7 +96,7 @@
}
.modal {
background-color: var(--background);
background-color: var(--spectrum-global-color-gray-900);
display: grid;
align-items: stretch;
position: relative;