Skip to content

Commit

Permalink
fix: checkmark position issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-1979 committed Nov 17, 2024
1 parent 68d08cc commit 90f912e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export function AnimatedCheckIcon ({ fontSize, initial = true, isVisible = true
display: 'flex',
height: iconStyles.fontSize,
justifyContent: 'center',
justifySelf: 'center',
width: iconStyles.fontSize
}}
viewBox='0 0 24 24'
Expand Down

0 comments on commit 90f912e

Please sign in to comment.