Skip to content

Commit

Permalink
Merge branch 'main' into fix-a11y-dropdown_outer_container_focus_removed
Browse files Browse the repository at this point in the history
  • Loading branch information
krane-c-eightfold authored Jan 15, 2025
2 parents 8eb0260 + 3a05bbb commit 39114af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ export default function generateRangePicker<DateType>(
clearIconAriaLabelText={clearIconAriaLabelText}
id={id}
separator={
<span aria-label="to" className={styles.pickerSeparator}>
<span className={styles.pickerSeparator}>
<Icon
color="var(--grey-tertiary-color)"
path={IconName.mdiArrowRightThin}
Expand Down

0 comments on commit 39114af

Please sign in to comment.