mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
Use design token
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
color: var(--color);
|
||||
background-color: var(--sl-color-white);
|
||||
border: solid 1px var(--sl-color-gray-90);
|
||||
border-radius: 4px;
|
||||
border-radius: var(--sl-border-radius-medium);
|
||||
box-shadow: var(--sl-shadow-large);
|
||||
opacity: 0;
|
||||
overflow: auto;
|
||||
|
||||
Reference in New Issue
Block a user