mirror of
https://github.com/vercel/commerce.git
synced 2025-05-16 22:46:58 +00:00
update chevron direction
This commit is contained in:
parent
dec1722b10
commit
d83962fa60
@ -3,7 +3,7 @@
|
|||||||
import { usePathname, useSearchParams } from 'next/navigation';
|
import { usePathname, useSearchParams } from 'next/navigation';
|
||||||
import { useEffect, useRef, useState } from 'react';
|
import { useEffect, useRef, useState } from 'react';
|
||||||
|
|
||||||
import { ChevronRightIcon } from '@heroicons/react/24/outline';
|
import { ChevronDownIcon } from '@heroicons/react/24/outline';
|
||||||
import type { ListItem } from '.';
|
import type { ListItem } from '.';
|
||||||
import { FilterItem } from './item';
|
import { FilterItem } from './item';
|
||||||
|
|
||||||
@ -45,7 +45,7 @@ export default function FilterItemDropdown({ list }: { list: ListItem[] }) {
|
|||||||
className="flex w-full items-center justify-between rounded border border-black/30 px-4 py-2 text-sm dark:border-white/30"
|
className="flex w-full items-center justify-between rounded border border-black/30 px-4 py-2 text-sm dark:border-white/30"
|
||||||
>
|
>
|
||||||
<div>{active}</div>
|
<div>{active}</div>
|
||||||
<ChevronRightIcon className="h-4" />
|
<ChevronDownIcon className="h-4" />
|
||||||
</div>
|
</div>
|
||||||
{openSelect && (
|
{openSelect && (
|
||||||
<div
|
<div
|
||||||
|
Loading…
x
Reference in New Issue
Block a user