Skip to content
Snippets Groups Projects
Commit fd7b963e authored by Maz Ameli's avatar Maz Ameli Committed by Kyle Doherty
Browse files

fix trend arrow icon spacing (#11629)

parent c0091e5d
No related branches found
No related tags found
No related merge requests found
......@@ -185,7 +185,11 @@ export default class Smart extends React.Component {
) : (
<Flex align="center" mt={1} flexWrap="wrap">
<Flex align="center" color={changeColor}>
<Icon name={isNegative ? "arrow_down" : "arrow_up"} />
<Icon
size={13}
pr={1}
name={isNegative ? "arrow_down" : "arrow_up"}
/>
{changeDisplay}
</Flex>
<h4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment