Skip to content
Snippets Groups Projects
Commit 0a1766ae authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

fix: fix illegible font color in calendar

parent a170151e
No related branches found
No related tags found
No related merge requests found
......@@ -292,7 +292,7 @@ thead .fc-day-selected:hover {
}
&.is-fallback {
@apply tw-bg-yellow-50 tw-border-yellow-50 tw-text-yellow-900 dark:tw-bg-yellow-950 dark:tw-border-yellow-950 tw-text-yellow-100 tw-pointer-events-none;
@apply tw-bg-yellow-50 tw-border-yellow-50 tw-text-yellow-900 dark:tw-bg-yellow-950 dark:tw-border-yellow-950 tw-pointer-events-none;
& .fc-event-main {
@apply tw-relative tw-h-full;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment