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.
2 parents 67cbe3c + 86bdc70 commit 5b15506Copy full SHA for 5b15506
lib/src/accordion/Accordion.tsx
@@ -179,7 +179,7 @@ const IconContainer = styled.span<{ disabled: AccordionPropsType["disabled"] }>`
179
margin-left: ${(props) => props.theme.iconMarginLeft};
180
margin-right: ${(props) => props.theme.iconMarginRight};
181
color: ${(props) => (props.disabled ? props.theme.disabledIconColor : props.theme.iconColor)};
182
- font-size: 24px;
+ font-size: ${(props) => props.theme.iconSize};
183
184
svg {
185
height: ${(props) => props.theme.iconSize};
0 commit comments