fix: adjust opacity of clock icon in status indicator for better visibility

This commit is contained in:
Anish Sarkar 2026-02-06 03:54:38 +05:30
parent 1d870e45a4
commit 108e8c960f

View file

@ -42,7 +42,7 @@ function StatusIndicator({ status }: { status?: DocumentStatus }) {
<Tooltip>
<TooltipTrigger asChild>
<div className="flex items-center justify-center">
<Clock className="h-5 w-5 text-muted-foreground" />
<Clock className="h-5 w-5 text-muted-foreground/60" />
</div>
</TooltipTrigger>
<TooltipContent side="top">Pending - waiting to be synced</TooltipContent>