Skip to content

Commit

Permalink
preloader added
Browse files Browse the repository at this point in the history
  • Loading branch information
marizvi committed Oct 12, 2021
1 parent e1a4133 commit 327fecc
Show file tree
Hide file tree
Showing 5 changed files with 102 additions and 183 deletions.
194 changes: 61 additions & 133 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"react-particles-js": "^3.5.3",
"react-redux": "^7.2.1",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.3",
"react-scripts": "^3.4.4",
"react-spinners": "^0.11.0",
"react-springy-parallax": "^1.3.0",
"redux": "^4.0.5",
Expand Down
2 changes: 1 addition & 1 deletion src/Main.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.App {
text-align: center;
background-color: rgb(255, 255, 255);
background-color: rgb(16, 29, 68);
display: flex;
justify-content: center;
align-items: center;
Expand Down
2 changes: 1 addition & 1 deletion src/Main.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function App() {
<div className="App">
{loading ? (
<div className="loadd">
<HashLoader color={'EC0103'} loading={loading} size={60} />
<HashLoader color={'white'} loading={loading} size={60} />
</div>
) : (
<Switch>
Expand Down
Loading

0 comments on commit 327fecc

Please sign in to comment.