fix css var name (#270)

pull/282/head
Matthias Max 2020-11-17 03:32:02 +01:00 zatwierdzone przez GitHub
rodzic 4e2cf2e9de
commit db12476a0f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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