Skip to content

bug: Calendar background color seems same #3918

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

Closed
vish404 opened this issue May 27, 2025 · 2 comments
Closed

bug: Calendar background color seems same #3918

vish404 opened this issue May 27, 2025 · 2 comments
Assignees

Comments

@vish404
Copy link

vish404 commented May 27, 2025

Reproduction URL (Required)

https://github.com/vish404/daisyui-potential-bug

What version of daisyUI are you using?

5.0.38

Which browsers are you seeing the problem on?

No response

Describe your issue

Shouldn't this be different colours? It seems to be happening when using date range with react-day-picker

.rdp-range_end .rdp-day_button {
color: var(--color-base-content);
background-color: var(--color-base-content);
}

.rdp-range_start .rdp-day_button {
background-color: var(--color-base-content);
color: var(--color-base-content);
}

Image

Copy link

Thank you @vish404 for reporting issues. It helps daisyUI a lot 💚
I'll be working on issues one by one. I will help with this one as soon as a I find a solution.
In the meantime providing more details and reproduction links would be helpful.

@saadeghi saadeghi self-assigned this May 27, 2025
@saadeghi
Copy link
Owner

Yes. That's an issue.
I will fix it today 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants