Skip to content

Commit

Permalink
update: replace heroIcons with react-icons
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulhaseeb13mar committed Sep 26, 2023
1 parent efbe191 commit 3ec3490
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/components/OrderInput.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { useEffect, useMemo, useRef } from "react";
import { ChevronDownIcon } from "@heroicons/react/20/solid";
import { RxChevronDown } from "react-icons/rx";

import { useAppDispatch, useAppSelector } from "../hooks";
import {
Expand Down Expand Up @@ -147,7 +147,7 @@ function PositionSizeInput() {
logoUrl={selectedToken.iconUrl}
symbol={selectedToken.symbol}
/>
<ChevronDownIcon className="w-6" />
<RxChevronDown className="w-6" />
</div>
<ul className="dropdown-content z-[1] menu shadow bg-base-100 min-w-[7rem] rounded-box !mt-2 !p-0">
<li
Expand Down

0 comments on commit 3ec3490

Please sign in to comment.