Reproduction URL (Required)
What version of daisyUI are you using?
5.0.12
Which browsers are you seeing the problem on?
chrome
Describe your issue
Here's a short and to-the-point bug report:
Title: Checkbox tick always black, doesn't match accent color
Description: The checkbox tick appears black for all variants (checkbox-accent, checkbox-neutral, etc.), instead of matching the accent color as shown on the official website. Background color changes, but the tick remains black.
>
<input
type="checkbox"
className="checkbox checkbox-xs checkbox-primary before:bg-primary"
/>
className="checkbox checkbox-xs checkbox-primary before:bg-primary" i tried this it almost fine

instead of this
Reproduction URL (Required)
What version of daisyUI are you using?
5.0.12
Which browsers are you seeing the problem on?
chrome
Describe your issue
Here's a short and to-the-point bug report:
Title: Checkbox tick always black, doesn't match accent color
Description: The checkbox tick appears black for all variants (checkbox-accent, checkbox-neutral, etc.), instead of matching the accent color as shown on the official website. Background color changes, but the tick remains black.
className="checkbox checkbox-xs checkbox-primary before:bg-primary" i tried this it almost fine
instead of this