converts modal to use spectrum variables
This commit is contained in:
parent
7f4250dca2
commit
6797b9af59
|
@ -96,7 +96,7 @@
|
|||
}
|
||||
|
||||
.modal {
|
||||
background-color: var(--background);
|
||||
background-color: var(--spectrum-global-color-gray-900);
|
||||
display: grid;
|
||||
align-items: stretch;
|
||||
position: relative;
|
||||
|
|
Loading…
Reference in New Issue