From 4a5afdf01ac2be31a5b3ab5a106e819218494d78 Mon Sep 17 00:00:00 2001 From: filantrop Date: Thu, 1 Sep 2022 23:56:47 +0300 Subject: [PATCH] fix icon button for select as new icons --- src/components/Select.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/Select.tsx b/src/components/Select.tsx index 1670d5d..0310de3 100644 --- a/src/components/Select.tsx +++ b/src/components/Select.tsx @@ -6,7 +6,7 @@ import { Fragment } from "react"; import { Listbox, Transition } from "@headlessui/react"; import classNames from "classnames"; import "../index.css"; -import { ReactComponent as SelectIcon } from "../assets/svg/select-arrow.svg"; +import { ReactComponent as SelectIcon } from "../assets/svg/caret-down.svg"; import { Scrollbar } from "react-scrollbars-custom"; /* -------------------------------------------------------------------------- */ @@ -98,10 +98,10 @@ function Select({ displayValueResolver ? displayValueResolver(value) : value }`} - @@ -114,12 +114,12 @@ function Select({ leaveTo="opacity-0" > - + > */} {options.map((option, id) => ( ({ }`} ))} - + {/* */}