Skip to content

Commit

Permalink
Updating color
Browse files Browse the repository at this point in the history
  • Loading branch information
cauemarcondes authored Feb 19, 2021
1 parent 431cbfb commit 0ee9b0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export function SparkPlot({
justifyContent: 'center',
}}
>
<EuiIcon type="visLine" color={theme.eui.euiColorLightShade} />
<EuiIcon type="visLine" color={theme.eui.euiColorMediumShade} />
</div>
) : (
<Chart size={chartSize}>
Expand Down

0 comments on commit 0ee9b0b

Please sign in to comment.