Skip to content

Commit

Permalink
update DAO Search position and Update icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Da-Colon committed Apr 18, 2024
1 parent 11c0697 commit 26ba235
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/ui/menus/DAOSearch/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
useDisclosure,
useOutsideClick,
} from '@chakra-ui/react';
import { Search } from '@decent-org/fractal-ui';
import { MagnifyingGlass } from '@phosphor-icons/react';
import React, { useEffect, useRef, useState } from 'react';
import { useTranslation } from 'react-i18next';
import { useSearchDao } from '../../../../hooks/DAO/useSearchDao';
Expand Down Expand Up @@ -41,7 +41,7 @@ export function DAOSearch({ closeDrawer }: { closeDrawer?: () => void }) {
ref={ref}
width="full"
maxW={{ base: 'full', md: '31.125rem' }}
height="4rem"
height="full"
>
<Popover
matchWidth
Expand All @@ -54,9 +54,9 @@ export function DAOSearch({ closeDrawer }: { closeDrawer?: () => void }) {
justifyContent="center"
>
<InputLeftElement mt="3">
<Search
boxSize="1.5rem"
color="grayscale.300"
<MagnifyingGlass
size="1.5rem"
color="var(--chakra-colors-neutral-5)"
/>
</InputLeftElement>
<Input
Expand Down

0 comments on commit 26ba235

Please sign in to comment.