Skip to content

Commit

Permalink
feat: Migrate from Overlay components from cozy-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
zatteo committed Jan 23, 2025
1 parent 2a4a0f9 commit d4879f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/FilesViewerLoading.jsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import React from 'react'

import Backdrop from 'cozy-ui/transpiled/react/Backdrop'
import Spinner from 'cozy-ui/transpiled/react/Spinner'
import Overlay from 'cozy-ui/transpiled/react/deprecated/Overlay'

const FilesViewerLoading = () => (
<Overlay>
<Backdrop isOver open>
<Spinner size="xxlarge" middle noMargin color="var(--white)" />
</Overlay>
</Backdrop>
)

export { FilesViewerLoading }

0 comments on commit d4879f1

Please sign in to comment.