Skip to content

Commit

Permalink
fix: alert dimension. instead of px passing rem values
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitskvmdam committed Mar 14, 2022
1 parent 79c2b3f commit e2b434f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/alert/alert.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -357,8 +357,8 @@ export const Alert = forwardRef<HTMLDivElement, AlertProps>(
color: iconColor ?? type
})
const iconProps = {
height: '24',
width: '24',
height: '1.5rem',
width: '1.5rem',
fill: fillColor
}

Expand Down

0 comments on commit e2b434f

Please sign in to comment.