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 7a8cf05 commit c4d1a87Copy full SHA for c4d1a87
src/renderers/renderProp.tsx
@@ -181,7 +181,7 @@ export const renderProp = ({
181
>
182
{expandable ? (
183
<Flex justifyContent="center" pl="0.5rem" mr="0.5rem" ml="-1.5rem" width="1rem">
184
- <Icon size="1x" icon={expanded ? faCaretDown : faCaretRight} />
+ <Icon fontSize="1em" icon={expanded ? faCaretDown : faCaretRight} />
185
</Flex>
186
) : null}
187
0 commit comments