Skip to content

Commit

Permalink
fix split accordion styling
Browse files Browse the repository at this point in the history
  • Loading branch information
maximpn committed Jan 6, 2025
1 parent eb283fa commit db006e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const SplitAccordion = ({
<EuiAccordion
id={accordionId}
initialIsOpen={initialIsOpen}
css={css`
className={css`
.euiAccordion__triggerWrapper {
background: ${euiTheme.colors.lightestShade};
padding: ${euiTheme.size.m};
Expand Down

0 comments on commit db006e0

Please sign in to comment.