Skip to content

Commit

Permalink
fix: close icon misaligned (#734)
Browse files Browse the repository at this point in the history
Co-authored-by: Heather Buchel <buchel@amazon.com>
  • Loading branch information
hbuchel and Heather Buchel authored Feb 10, 2023
1 parent dcc5b82 commit ca7ef2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const CancelButton: React.FC<CancelButtonProps> = (props) => {
className={LivenessClassNames.CancelButton}
aria-label={translate('Cancel Liveness check')}
>
<IconClose aria-hidden="true" size="large" data-testid="close-icon" />
<IconClose aria-hidden="true" data-testid="close-icon" />
</Button>
);
};

0 comments on commit ca7ef2b

Please sign in to comment.