We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can continue the conversation there. Go to discussion →
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
Thanks for reporting a bug for DayPicker. Please provide here a brief description of the issue you’ve encountered.
https://codesandbox.io/p/sandbox/daypicker-bug-report-forked-yqxffx
Here is the code
import { DayPicker } from "react-day-picker"; import "react-day-picker/style.css"; export default function App() { return <DayPicker mode="range" disabled={{ after: new Date(), }} />; }
I don't know how to change the color of the date which has been picked as well as the range which has been picked
Should be able to change color of the date which has been picked as well as the range which has been picked
Check the above screenshot, the background color of the selected date is blue and the range is light blue, how to change this color?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Thanks for reporting a bug for DayPicker. Please provide here a brief description of the issue you’ve encountered.
To reproduce
https://codesandbox.io/p/sandbox/daypicker-bug-report-forked-yqxffx
Here is the code
Actual Behavior
I don't know how to change the color of the date which has been picked as well as the range which has been picked
Expected Behavior
Should be able to change color of the date which has been picked as well as the range which has been picked
Screenshots
Check the above screenshot, the background color of the selected date is blue and the range is light blue, how to change this color?
The text was updated successfully, but these errors were encountered: