From 577427e7fd5fd6699c53951955e7e9e1dec8c32a Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Mon, 9 Nov 2015 23:43:44 +0500 Subject: Updating tutorial tip --- web/react/components/tutorial/tutorial_tip.jsx | 7 ++++++- web/react/components/user_settings/manage_incoming_hooks.jsx | 2 +- web/react/components/user_settings/manage_outgoing_hooks.jsx | 3 +-- 3 files changed, 8 insertions(+), 4 deletions(-) (limited to 'web/react') diff --git a/web/react/components/tutorial/tutorial_tip.jsx b/web/react/components/tutorial/tutorial_tip.jsx index 3094b2f4c..2a638ea95 100644 --- a/web/react/components/tutorial/tutorial_tip.jsx +++ b/web/react/components/tutorial/tutorial_tip.jsx @@ -69,11 +69,16 @@ export default class TutorialTip extends React.Component { } } + var tipColor = ''; + if (this.props.overlayClass === 'tip-overlay--header') { + tipColor = 'white'; + } + return (
{'Create webhook URLs for use in external integrations. Please see '}{'http://mattermost.org/webhooks'} {' to learn more.'} - +