mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
use token for track color
This commit is contained in:
@@ -5,7 +5,7 @@ export default css`
|
||||
${componentStyles}
|
||||
|
||||
:host {
|
||||
--track-color: #0d131e20;
|
||||
--track-color: var(--sl-color-gray-200);
|
||||
--indicator-color: var(--sl-color-primary-500);
|
||||
--stroke-width: 2px;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user