mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-04 04:27:42 +03:00
fix colors
This commit is contained in:
parent
1d8aaa08f8
commit
4ca32c2b13
@ -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",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user