converts modal to use spectrum variables
This commit is contained in:
parent
377f323238
commit
a169d81060
|
@ -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