diff --git a/web/react/components/tutorial/tutorial_tip.jsx b/web/react/components/tutorial/tutorial_tip.jsx index 2a638ea956..75d73e9203 100644 --- a/web/react/components/tutorial/tutorial_tip.jsx +++ b/web/react/components/tutorial/tutorial_tip.jsx @@ -71,7 +71,7 @@ export default class TutorialTip extends React.Component { var tipColor = ''; if (this.props.overlayClass === 'tip-overlay--header') { - tipColor = 'white'; + tipColor = 'White'; } return (