Fix color example

pull/224/head
Cory LaViska 2020-09-15 08:14:56 -04:00
rodzic 1f64cac32a
commit 12885bc718
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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