use token for track color

This commit is contained in:
Cory LaViska
2021-08-03 17:23:17 -04:00
parent 4d56124274
commit 68f40ed779

View File

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