Skip to content

Commit

Permalink
fix(modal): removed extra label on modal close x hover (#15740)
Browse files Browse the repository at this point in the history
#15732

Co-authored-by: TJ Egan <tw15egan@gmail.com>
  • Loading branch information
joker23 and tw15egan committed Feb 16, 2024
1 parent 00dc60f commit b67ae11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react/src/components/Modal/Modal.tsx
Expand Up @@ -468,7 +468,6 @@ const Modal = React.forwardRef(function Modal(
className={modalCloseButtonClass}
label={closeButtonLabel}
onClick={onRequestClose}
title={closeButtonLabel}
aria-label={closeButtonLabel}
align="left"
ref={button}>
Expand Down

0 comments on commit b67ae11

Please sign in to comment.