mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-05 21:17:43 +03:00
Always use white text
This commit is contained in:
parent
dcaaae9a4c
commit
91f273e8db
@ -434,7 +434,7 @@ function FaceAttempt({
|
|||||||
<div className="relative w-full overflow-hidden rounded-t-lg border border-t-0 *:text-card-foreground">
|
<div className="relative w-full overflow-hidden rounded-t-lg border border-t-0 *:text-card-foreground">
|
||||||
<img className="size-44" src={`${baseUrl}clips/faces/train/${image}`} />
|
<img className="size-44" src={`${baseUrl}clips/faces/train/${image}`} />
|
||||||
<div className="absolute bottom-1 right-1 z-10 rounded-lg bg-black/50 px-2 py-1 text-xs text-white">
|
<div className="absolute bottom-1 right-1 z-10 rounded-lg bg-black/50 px-2 py-1 text-xs text-white">
|
||||||
<TimeAgo time={data.timestamp * 1000} dense />
|
<TimeAgo className="text-white" time={data.timestamp * 1000} dense />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="rounded-b-lg bg-card p-2">
|
<div className="rounded-b-lg bg-card p-2">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user