saadeghi / daisyui

🌼 🌼 🌼 🌼 🌼  The most popular, free and open-source Tailwind CSS component library

Home Page:https://daisyui.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bug: btn doesn't accept `--fallback` tokens as first option.

icukovic opened this issue · comments

What version of daisyUI are you using?

v4.10.1

Which browsers are you seeing the problem on?

All browsers

Reproduction URL

https://play.tailwindcss.com/XuToYOqkWo

Describe your issue

While playing around with daisyUI I've noticed that the daisyUI Button is not taking --fallback-p CSS token as the the first var() option for background color, due to implementation with token called --btn-color and it always expects --falback-p or --p to be in oklch format

daisyUI src/component/styled/button.css as of today for browsers that support oklch generates:

image

while src/components/styled/badge.css for comparison always accepts --fallback tokens as first and they can be in any type value.
image

Thank you @icukovic 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.

Also I understand that this --btn-color was created to simplify button states recoloring with color-mix function.