Fixed icon color for help callout
This commit is contained in:
		
				
					committed by
					
						
						fabioberger
					
				
			
			
				
	
			
			
			
						parent
						
							907fba7d0f
						
					
				
				
					commit
					8bd2411a89
				
			@@ -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}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user