We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e13946b commit 2193866Copy full SHA for 2193866
1 file changed
README.md
@@ -33,15 +33,19 @@ You can also pass any Hex- / RGB- or RGBA-value as an argument for the `theme` p
33
```
34
...
35
36
-<FetchLoading theme="#000" />
+<FetchLoading theme="#121" />
37
38
-<FetchLoading theme="#adae" />
+<FetchLoading theme="#608c" />
39
40
-<FetchLoading theme="#fafafafa" />
+<FetchLoading theme="#ffe98c" />
41
42
-<FetchLoading theme="rgb(37, 0, 255)" />
+<FetchLoading theme="#ff1e2cf0" />
43
44
-<FetchLoading theme="rgba(170, 221, 170, 0.85)" />
+<FetchLoading theme="rgb(178, 165, 253)" />
45
+
46
+<FetchLoading theme="rgba(131, 240, 131, 0.8)" />
47
48
49
50
51
+
0 commit comments