Skip to content

Commit 377d3eb

Browse files
committed
adapt StablecoinAccordion
1 parent 72afc52 commit 377d3eb

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/components/StablecoinAccordion/AccordionCustomItem.tsx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ export const AccordionCustomItem = (props: AccordionCustomItemProps) => {
5959
<AccordionButton
6060
justifyContent="space-between"
6161
alignItems="center"
62-
p={0}
62+
px="0"
63+
py="0"
64+
_expanded={{ background: "transparent" }}
6365
_hover={{ background: "ednBackground" }}
6466
>
6567
<Flex
@@ -103,7 +105,9 @@ export const AccordionCustomItem = (props: AccordionCustomItemProps) => {
103105
borderColor="border"
104106
mb="-1px"
105107
mx="-1px"
106-
p={0}
108+
mt="0"
109+
p="0"
110+
fontSize="md"
107111
>
108112
<Flex
109113
p={8}

0 commit comments

Comments
 (0)