summaryrefslogtreecommitdiffstats
path: root/web/react/components
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-11-04 21:43:23 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-11-04 22:37:26 +0500
commit2cf2b9b2a64554bea3ef2fab6919cf7c92bd88a4 (patch)
tree33e0e689814f6a441721789370152a2dcab4908e /web/react/components
parentac45029d7d40863c6fe60194106f25934054b46c (diff)
downloadchat-2cf2b9b2a64554bea3ef2fab6919cf7c92bd88a4.tar.gz
chat-2cf2b9b2a64554bea3ef2fab6919cf7c92bd88a4.tar.bz2
chat-2cf2b9b2a64554bea3ef2fab6919cf7c92bd88a4.zip
Making tutorial buttons and tutorial circles consistent
Diffstat (limited to 'web/react/components')
-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 c85acb346..3094b2f4c 100644
--- a/web/react/components/tutorial/tutorial_tip.jsx
+++ b/web/react/components/tutorial/tutorial_tip.jsx
@@ -98,7 +98,7 @@ export default class TutorialTip extends React.Component {
<div className='tutorial__circles'>{dots}</div>
<div className='text-right'>
<button
- className='btn btn-default'
+ className='btn btn-primary'
onClick={this.handleNext}
>
{buttonText}