Skip to content

Commit

Permalink
use token for track color
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed Aug 3, 2021
1 parent 4d56124 commit 68f40ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/spinner/spinner.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 68f40ed

Please sign in to comment.