Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I wanted to override a bit the default colors that are set by Daisy for Cally's calendar, with the use of
callyclass.I just did this:
which renders something like;

That January 14th renders black, but it should have been daisy' default color-accent in theme "light":
--color-accent: oklch(77% 0.152 181.912)If I inspect the calendar and look at the computed variables, they all seem (I think?) to be accurate, with the exception of that accent one:
* Looks like --color-accent is wrong, but --color-accent-content seems to be right!
If I inspect outside the calendar, then the accent IS at the right color.
Is this normal ? It almost looks like the accent color isn't brought it properly into the cally calendar (shadow dom is it?) and looks like a bug.
If anyone knows ? Am I customizing this the right way here?
MUCH thanks!
Regards,
Patrick
Beta Was this translation helpful? Give feedback.
All reactions