use color alias for actions instead of hard-coding the color
This commit is contained in:
parent
a99cee39bc
commit
d15ff0c6e9
|
@ -123,7 +123,7 @@
|
|||
padding: var(--spectrum-alias-item-padding-s);
|
||||
background: var(--spectrum-alias-background-color-secondary);
|
||||
transition: 0.3s all;
|
||||
border: solid #3b3d3c;
|
||||
border: solid var(--spectrum-alias-border-color);
|
||||
border-radius: 5px;
|
||||
box-sizing: border-box;
|
||||
border-width: 2px;
|
||||
|
|
Loading…
Reference in New Issue