1
0
Fork 0
mirror of synced 2024-06-26 18:10:51 +12:00

use color alias for actions instead of hard-coding the color

This commit is contained in:
Peter Clement 2021-09-21 12:05:58 +01:00
parent a99cee39bc
commit d15ff0c6e9

View file

@ -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;