Skip to content

Commit

Permalink
fix: Hover effect not working properly
Browse files Browse the repository at this point in the history
for dualdate and presets variant
  • Loading branch information
jaieds committed Jan 4, 2025
1 parent 881d828 commit 23a27a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/datepicker/datepicker-component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ const DatePickerComponent = ( {

// Find the closest ancestor container element
const datesContainer = currentButton.closest(
'.bsf-force-ui-month-weeks'
'.bsf-force-ui-date-picker-month'
) as Element;

// Find all buttons within the container element
Expand Down

0 comments on commit 23a27a5

Please sign in to comment.