Skip to content

Commit

Permalink
fix: infinite bar loader divBox
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanOliveiraM committed Dec 11, 2024
1 parent 3a007c3 commit bc23646
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"react",
"typescript"
],
"version": "3.0.3",
"version": "3.0.4",
"main": "./dist/index.cjs.js",
"module": "./dist/index.esm.js",
"types": "./dist/index.d.ts",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { System } from 'types'

export type InfiniteBarLoaderProps = System<'div'> & { isVisible: boolean }

const InfiniteBarLoaderContainer = styled.div<InfiniteBarLoaderProps>`
const InfiniteBarLoaderContainer = styled.divBox<InfiniteBarLoaderProps>`
position: relative;
height: 4px;
display: block;
Expand Down

0 comments on commit bc23646

Please sign in to comment.