We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bdd55f commit e13946bCopy full SHA for e13946b
README.md
@@ -39,17 +39,9 @@ You can also pass any Hex- / RGB- or RGBA-value as an argument for the `theme` p
39
40
<FetchLoading theme="#fafafafa" />
41
42
-<FetchLoading theme="rgb(0, 0, 0)" />
43
-
44
-<FetchLoading theme="rgb(170, 221, 170)" />
45
46
-<FetchLoading theme="rgb(250, 250, 250)" />
47
48
-<FetchLoading theme="rgba(0, 0, 0, 0.75)" />
+<FetchLoading theme="rgb(37, 0, 255)" />
49
50
<FetchLoading theme="rgba(170, 221, 170, 0.85)" />
51
52
-<FetchLoading theme="rgba(250, 250, 250, 0.25)" />
53
54
...
55
```
0 commit comments