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 20df691 commit e79fab1Copy full SHA for e79fab1
src/components/MultiAccordion/MultiAccordion.tsx
@@ -201,6 +201,7 @@ const AccordionItem = styled(RadixAccordion.Item)<StyledAccordionItemProps>`
201
$showBorder ? `1px solid ${theme.click.global.color.stroke.default}` : "none"
202
};
203
border-radius: ${theme.border.radii[1]};
204
+ background-color: ${theme.click.global.color.background.default};
205
`};
206
${({ $fillWidth }) => $fillWidth && "width: 100%"};
207
`;
0 commit comments