Skip to content

Commit e79fab1

Browse files
MultiAccordion: Add background color (#567)
1 parent 20df691 commit e79fab1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/MultiAccordion/MultiAccordion.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ const AccordionItem = styled(RadixAccordion.Item)<StyledAccordionItemProps>`
201201
$showBorder ? `1px solid ${theme.click.global.color.stroke.default}` : "none"
202202
};
203203
border-radius: ${theme.border.radii[1]};
204+
background-color: ${theme.click.global.color.background.default};
204205
`};
205206
${({ $fillWidth }) => $fillWidth && "width: 100%"};
206207
`;

0 commit comments

Comments
 (0)