Always use white text

This commit is contained in:
Nicolas Mowen 2025-03-18 07:48:10 -06:00
parent dcaaae9a4c
commit 91f273e8db

View File

@ -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">