mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-03 20:17:42 +03:00
fix colors
This commit is contained in:
parent
1d8aaa08f8
commit
4ca32c2b13
@ -126,7 +126,13 @@ function ReviewActivityDay({
|
||||
return (
|
||||
<button ref={ref} {...buttonProps}>
|
||||
<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
|
||||
className={cn(
|
||||
"w-4",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user