We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 307b3ec commit f0e3a48Copy full SHA for f0e3a48
src/components/Accordion.tsx
@@ -15,7 +15,7 @@ import styled, { useTheme } from 'styled-components'
15
16
import useResizeObserver from '../hooks/useResizeObserver'
17
import { type UseDisclosureProps, useDisclosure } from '../hooks/useDisclosure'
18
-import { CaretDownIcon } from '../icons'
+import { DropdownArrowIcon } from '../icons'
19
20
import Card from './Card'
21
import { AnimatedDiv } from './AnimatedDiv'
@@ -32,7 +32,7 @@ function AccordionTriggerUnstyled({
32
<div {...props}>
33
<div className="label">{children}</div>
34
<div className="icon">
35
- <CaretDownIcon size={14} />
+ <DropdownArrowIcon size={14} />
36
</div>
37
38
)
0 commit comments