Use react loading percentage width and height
This commit is contained in:
parent
b4d811a67b
commit
00b8de97db
@ -7,8 +7,8 @@ export default function Loader() {
|
||||
<div className="col-md-6 col-md-offset-3">
|
||||
<Loading
|
||||
type="bars"
|
||||
height={100}
|
||||
width={100}
|
||||
height={'100%'}
|
||||
width={'100%'}
|
||||
color="#EBEBEB"
|
||||
/>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user