Skip to content

Commit

Permalink
refactor: apply auto
Browse files Browse the repository at this point in the history
  • Loading branch information
talkor committed Jan 9, 2025
1 parent 42771f3 commit f6fc923
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const CustomSvgIcon: FunctionComponent<CustomSvgIconProps> = ({
id={id}
data-testid={dataTestId || getTestId(ComponentDefaultTestId.SVG_ICON, id)}
width={size}
height={size ? "auto" : undefined}
height="auto"
>
{PlaceHolder}
</SVGComponent>
Expand Down

0 comments on commit f6fc923

Please sign in to comment.