You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Madita Antonia Plogsties edited this page Oct 21, 2024
·
1 revision
According to the daisyUI documentation, the css variables for colors are meant to be in oklch format. In previous versions of daisyUI this used to be in hsl format.
This means that we need to be careful when updating daisyui and keep in mind to change hsl to oklchhere. The current code deviates from the daisyUI documentation.