fix colors

This commit is contained in:
Josh Hawkins 2025-05-15 11:00:06 -05:00
parent 1d8aaa08f8
commit 4ca32c2b13

View File

@ -126,7 +126,13 @@ function ReviewActivityDay({
return ( return (
<button ref={ref} {...buttonProps}> <button ref={ref} {...buttonProps}>
<div className={cn("flex flex-col items-center justify-center gap-0.5")}> <div className={cn("flex flex-col items-center justify-center gap-0.5")}>
<span className="text-primary">{day.date.getDate()}</span> <span
className={cn(
modifiers["recordings"] ? "text-primary" : "text-primary/40",
)}
>
{day.date.getDate()}
</span>
<div <div
className={cn( className={cn(
"w-4", "w-4",