Skip to content

Commit

Permalink
fix(progress): Issue when progress is 0 or 100% (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
hachiojidev committed Dec 14, 2020
1 parent f6e0485 commit 071d95b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Progress/StyledProgress.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const StyledProgress = styled.div`
border-radius: 32px;
box-shadow: ${({ theme }) => theme.shadows.inset};
height: 16px;
overflow: hidden;
`;

export default StyledProgress;

0 comments on commit 071d95b

Please sign in to comment.