fix css var name (#270)

This commit is contained in:
Matthias Max
2020-11-17 03:32:02 +01:00
committed by GitHub
parent 4e2cf2e9de
commit db12476a0f

View File

@@ -30,7 +30,7 @@ The width of the spinner can be changed by setting the `--stroke-width` custom p
### Color
The spinner's color can be changed by setting the `--color` custom property.
The spinner's color can be changed by setting the `--indicator-color` custom property.
```html preview
<sl-spinner style="font-size: 2rem; --indicator-color: tomato;"></sl-spinner>