fix(header): time opacity

This commit is contained in:
hamster1963 2024-11-22 17:32:57 +08:00
parent 407f0e5ccc
commit 6c7967fc9c
2 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ function Overview() {
{t("p_2390-2457_wherethetimeis")} {t("p_2390-2457_wherethetimeis")}
</p> </p>
{mouted ? ( {mouted ? (
<p className="opacity-1 text-sm font-medium">{timeString}</p> <p className="text-sm font-medium">{timeString}</p>
) : ( ) : (
<Skeleton className="h-[20px] w-[50px] rounded-[5px] bg-muted-foreground/10 animate-none"></Skeleton> <Skeleton className="h-[20px] w-[50px] rounded-[5px] bg-muted-foreground/10 animate-none"></Skeleton>
)} )}

BIN
bun.lockb

Binary file not shown.