Skip to content

Commit

Permalink
website: update loading style.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Nov 15, 2021
1 parent 30962ba commit 65f7536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/root/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Header from '../../components/Header';

const Loading = (
<div style={{ padding: 30, textAlign: 'center' }}>
<Loader tip="loading..." />
<Loader tip="loading..." style={{ backgroundColor: '#ffffff85', padding: '10px 30px' }} />
</div>
);

Expand Down

0 comments on commit 65f7536

Please sign in to comment.