Fixed icon color for help callout

This commit is contained in:
Piotr Janosz
2019-07-10 15:40:41 +02:00
committed by fabioberger
parent 907fba7d0f
commit 8bd2411a89

View File

@@ -15,7 +15,7 @@ export interface IHelpCalloutProps {
export const HelpCallout: React.FC<IHelpCalloutProps> = props => (
<HelpCalloutWrapper>
<Icon color={colors.brandLight} name="help" size={38} margin={[0, 30, 0, 0]} />
<Icon color={colors.brandDark} name="help" size={38} margin={[0, 30, 0, 0]} />
<div>
<Heading size="small" marginBottom="8px">
{props.heading}