Fix dimensions of loading component for compose drawer (#4872)
This commit is contained in:
parent
3f333a8d31
commit
f2cbfb2eb3
2 changed files with 15 additions and 3 deletions
|
@ -0,0 +1,11 @@
|
|||
import React from 'react';
|
||||
|
||||
const DrawerLoading = () => (
|
||||
<div className='drawer'>
|
||||
<div className='drawer__pager'>
|
||||
<div className='drawer__inner' />
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
export default DrawerLoading;
|
Loading…
Add table
Add a link
Reference in a new issue