diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-06-28 02:18:54 -0400 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-06-28 02:18:54 -0400 |
| commit | cd529774334bf719bc9ba086f54b4521d2b03700 (patch) | |
| tree | ac07d52d499a0dfde5a058516131aa0abbd555fc /client/common | |
| parent | fe418ace1873b81fa3d2c622d3b414dcacbe7b56 (diff) | |
js
Diffstat (limited to 'client/common')
| -rw-r--r-- | client/common/loader.component.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/common/loader.component.js b/client/common/loader.component.js index 98ba5c1b..b24b31b1 100644 --- a/client/common/loader.component.js +++ b/client/common/loader.component.js @@ -5,6 +5,7 @@ export default function Loader() { const spinCfg = { width: 5, radius: 20, + speed: 1, color: 'white', } return ( |
