Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed Aug 18, 2021
1 parent 17c1be6 commit 9612af0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/components/progress-ring.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ To change the color, use the `--track-color` and `--indicator-color` custom prop
```html preview
<sl-progress-ring
percentage="50"
style="--track-color: #ffe2c6; --indicator-color: tomato;"
style="
--track-color: rgb(var(--sl-color-cyan-100));
--indicator-color: rgb(var(--sl-color-cyan-600));
"
></sl-progress-ring>
```

Expand Down

0 comments on commit 9612af0

Please sign in to comment.