summaryrefslogtreecommitdiffstats
path: root/web/react/components/tutorial
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-11-04 21:23:02 -0800
committerCorey Hulen <corey@hulen.com>2015-11-04 21:23:02 -0800
commit72a18e7d1093effbfee6845254470b6842a92236 (patch)
tree9d959f898e0da5a64f96f8eb6832e37022f8232a /web/react/components/tutorial
parent8c2dace188c066f5f70264bc2a34b50d87512e10 (diff)
parent8e036429353b1ee475492aa6fc05b5e920695892 (diff)
downloadchat-72a18e7d1093effbfee6845254470b6842a92236.tar.gz
chat-72a18e7d1093effbfee6845254470b6842a92236.tar.bz2
chat-72a18e7d1093effbfee6845254470b6842a92236.zip
Merge pull request #1298 from asaadmahmoodspin/ui-improvements
Multiple UI Improvements
Diffstat (limited to 'web/react/components/tutorial')
-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}