mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-12 23:11:15 +03:00
tweak edit icon color
This commit is contained in:
parent
860ee7fe1c
commit
5caea13a81
@ -283,7 +283,7 @@ export function CameraGroupSelector({ className }: CameraGroupSelectorProps) {
|
|||||||
afterSelect?.();
|
afterSelect?.();
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<LuPencil className="size-5 text-primary" />
|
<LuPencil className="size-5 text-primary-variant" />
|
||||||
</Button>,
|
</Button>,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@ -376,7 +376,7 @@ export function CameraGroupSelector({ className }: CameraGroupSelectorProps) {
|
|||||||
onMouseEnter={() => showTooltip("edit")}
|
onMouseEnter={() => showTooltip("edit")}
|
||||||
onMouseLeave={() => showTooltip(undefined)}
|
onMouseLeave={() => showTooltip(undefined)}
|
||||||
>
|
>
|
||||||
<LuPencil className="size-4 text-primary" />
|
<LuPencil className="size-4 text-primary-variant" />
|
||||||
</Button>
|
</Button>
|
||||||
</TooltipTrigger>
|
</TooltipTrigger>
|
||||||
<TooltipPortal>
|
<TooltipPortal>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user