mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-15 15:45:27 +03:00
consistent icons
This commit is contained in:
parent
934a0e47fe
commit
37c7985f62
@ -2,7 +2,6 @@ import React, { useState, useRef, useEffect, useCallback } from "react";
|
|||||||
import {
|
import {
|
||||||
LuX,
|
LuX,
|
||||||
LuFilter,
|
LuFilter,
|
||||||
LuImage,
|
|
||||||
LuChevronDown,
|
LuChevronDown,
|
||||||
LuChevronUp,
|
LuChevronUp,
|
||||||
LuTrash2,
|
LuTrash2,
|
||||||
@ -44,6 +43,7 @@ import {
|
|||||||
import { toast } from "sonner";
|
import { toast } from "sonner";
|
||||||
import useSWR from "swr";
|
import useSWR from "swr";
|
||||||
import { FrigateConfig } from "@/types/frigateConfig";
|
import { FrigateConfig } from "@/types/frigateConfig";
|
||||||
|
import { MdImageSearch } from "react-icons/md";
|
||||||
|
|
||||||
type InputWithTagsProps = {
|
type InputWithTagsProps = {
|
||||||
inputFocused: boolean;
|
inputFocused: boolean;
|
||||||
@ -549,7 +549,7 @@ export default function InputWithTags({
|
|||||||
{isSimilaritySearch && (
|
{isSimilaritySearch && (
|
||||||
<Tooltip>
|
<Tooltip>
|
||||||
<TooltipTrigger className="cursor-default">
|
<TooltipTrigger className="cursor-default">
|
||||||
<LuImage
|
<MdImageSearch
|
||||||
aria-label="Similarity search active"
|
aria-label="Similarity search active"
|
||||||
className="size-4 text-selected"
|
className="size-4 text-selected"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user