File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -33,15 +33,19 @@ You can also pass any Hex- / RGB- or RGBA-value as an argument for the `theme` p
33
33
```
34
34
...
35
35
36
- <FetchLoading theme="#000 " />
36
+ <FetchLoading theme="#121 " />
37
37
38
- <FetchLoading theme="#adae " />
38
+ <FetchLoading theme="#608c " />
39
39
40
- <FetchLoading theme="#fafafafa " />
40
+ <FetchLoading theme="#ffe98c " />
41
41
42
- <FetchLoading theme="rgb(37, 0, 255) " />
42
+ <FetchLoading theme="#ff1e2cf0 " />
43
43
44
- <FetchLoading theme="rgba(170, 221, 170, 0.85)" />
44
+ <FetchLoading theme="rgb(178, 165, 253)" />
45
+
46
+ <FetchLoading theme="rgba(131, 240, 131, 0.8)" />
45
47
46
48
...
47
49
```
50
+
51
+ ![ Theme Fetch Loading Animation Preview] ( https://github.com/user-attachments/assets/e0179995-309a-46f0-988f-70bf3e2ce9d6 )
You can’t perform that action at this time.
0 commit comments