-
Notifications
You must be signed in to change notification settings - Fork 5.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(calendar): updated css so date doesn't show up selected twice in DatePickerComponent #1852
Conversation
…e in DatePickerComponent
@tanishbaansal is attempting to deploy a commit to the shadcn-pro Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is awesome. Thank you.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@tanishbaansal Can you run |
…e in DatePickerComponent (shadcn-ui#1852) React Day Picker also has a unique styling distinction that designates the `day_outside` dates as unselected, and the selection of `day_outside` only highlights the dates in the next month. This PR will fix this issue - shadcn-ui#1762 and help with a cleaner UX ✨ <br/> | Old Date Range Picker | New Date Range Picker | | ---------------------- | ---------------------- | | ![old](https://github.com/shadcn-ui/ui/assets/7449806/42e9448f-9e38-486c-b65c-cf00ec1ec7c7) | ![new](https://github.com/shadcn-ui/ui/assets/7449806/804f83d7-1b74-474c-8992-2d6d844dfb35) | <br/> #### React Day Picker <img width="444" alt="image" src="https://github.com/shadcn-ui/ui/assets/7449806/aaeae160-b38c-4c16-bb2d-66898cf290d3">
…e in DatePickerComponent (shadcn-ui#1852) React Day Picker also has a unique styling distinction that designates the `day_outside` dates as unselected, and the selection of `day_outside` only highlights the dates in the next month. This PR will fix this issue - shadcn-ui#1762 and help with a cleaner UX ✨ <br/> | Old Date Range Picker | New Date Range Picker | | ---------------------- | ---------------------- | | ![old](https://github.com/shadcn-ui/ui/assets/7449806/42e9448f-9e38-486c-b65c-cf00ec1ec7c7) | ![new](https://github.com/shadcn-ui/ui/assets/7449806/804f83d7-1b74-474c-8992-2d6d844dfb35) | <br/> #### React Day Picker <img width="444" alt="image" src="https://github.com/shadcn-ui/ui/assets/7449806/aaeae160-b38c-4c16-bb2d-66898cf290d3">
React Day Picker also has a unique styling distinction that designates the
day_outside
dates as unselected, and the selection ofday_outside
only highlights the dates in the next month. This PR will fix this issue - #1762 and help with a cleaner UX ✨React Day Picker