Skip to content

Commit 281a902

Browse files
authored
chore: rem fade
1 parent 30ee87f commit 281a902

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/ExpandableCard.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import {
1313
AccordionPanel,
1414
Box,
1515
Button,
16-
Fade,
1716
Heading,
1817
Text,
1918
} from "@chakra-ui/react"
@@ -145,7 +144,6 @@ const ExpandableCard: React.FC<IProps> = ({
145144
>
146145
{children}
147146
</Box>
148-
</Fade>
149147
</AccordionPanel>
150148
</AccordionItem>
151149
</Accordion>

0 commit comments

Comments
 (0)