Skip to content

Commit e13946b

Browse files
remove redundant examples
1 parent 4bdd55f commit e13946b

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,9 @@ You can also pass any Hex- / RGB- or RGBA-value as an argument for the `theme` p
3939
4040
<FetchLoading theme="#fafafafa" />
4141
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)" />
42+
<FetchLoading theme="rgb(37, 0, 255)" />
4943
5044
<FetchLoading theme="rgba(170, 221, 170, 0.85)" />
5145
52-
<FetchLoading theme="rgba(250, 250, 250, 0.25)" />
53-
5446
...
5547
```

0 commit comments

Comments
 (0)