mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-08 20:25:19 +02:00
fix: adjust opacity of clock icon in status indicator for better visibility
This commit is contained in:
parent
1d870e45a4
commit
108e8c960f
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue