summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--web/react/components/tutorial/tutorial_tip.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/tutorial/tutorial_tip.jsx b/web/react/components/tutorial/tutorial_tip.jsx
index 2a638ea95..75d73e920 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 (