diff --git a/components/LoadingChecklistItem/index.js b/components/LoadingChecklistItem/index.js index c1ec06a..ca79e8e 100644 --- a/components/LoadingChecklistItem/index.js +++ b/components/LoadingChecklistItem/index.js @@ -4,71 +4,73 @@ import { ShimmerInboxThread, ShimmerBase, ShimmerLine, Cover } from './style'; import Card from '../Card'; const LoadingChecklistItem = () => ( - - - - - - +
+ + + + + + - + - - - - - - - + + + + + + + +
); export default LoadingChecklistItem;