We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The reset styles should only affect calendar buttons.
import Button from "../components/Button" import { DayPicker } from "react-day-picker"; export function Start() { return ( <DayPicker footer={ <Button>...</Button> // <= `.rdp-root button` overwrites this Button's style } /> ); }
The text was updated successfully, but these errors were encountered:
You are right @hsnaydd. I think we should use a .rdp-button class name instead. Thanks for the report!
.rdp-button
Sorry, something went wrong.
fix: fix unexpected CSS overwrites
ec4aa2a
Fixes: gpbl#2377
fix: fix unexpected CSS overwriting on button element
21d37d4
918d39e
Successfully merging a pull request may close this issue.
The reset styles should only affect calendar buttons.
The text was updated successfully, but these errors were encountered: