Skip to content

Commit

Permalink
fix: respect padding and remove cursor in DateRangePicker (#7712)
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuiliao authored Feb 4, 2025
1 parent a861ca4 commit eae712a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@react-spectrum/datepicker/src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
}

.react-spectrum-Datepicker-segments {
display: inline;
display: inline-block;
align-items: center;
}

Expand Down

1 comment on commit eae712a

@rspbot
Copy link

@rspbot rspbot commented on eae712a Feb 4, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.