mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-14 15:15:22 +03:00
Adjust icon
This commit is contained in:
parent
bd9e824cb7
commit
03a57fcc17
@ -16,7 +16,7 @@ const SubFilterIcon = forwardRef<HTMLDivElement, SubFilterIconProps>(
|
||||
className={cn("relative flex items-center", className)}
|
||||
onClick={onClick}
|
||||
>
|
||||
<FaCog className="absolute size-3 translate-x-[14px] translate-y-[62%]" />
|
||||
<FaCog className="absolute size-3 translate-x-3 translate-y-[62%]" />
|
||||
<MdLabelOutline className="size-5" />
|
||||
</div>
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user