summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2016-03-08 18:10:15 +0500
committerJoramWilander <jwawilander@gmail.com>2016-03-09 10:56:40 -0500
commit0206097501649da9f2ddb9253996b3282772b475 (patch)
tree92f9c418105efa313d638099175ac848d4b13748 /web
parent29eb6a1d0147767d9aba980c14e7a3df9dd3d7c9 (diff)
downloadchat-0206097501649da9f2ddb9253996b3282772b475.tar.gz
chat-0206097501649da9f2ddb9253996b3282772b475.tar.bz2
chat-0206097501649da9f2ddb9253996b3282772b475.zip
Updating button class
Diffstat (limited to 'web')
-rw-r--r--web/react/components/admin_console/license_settings.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/admin_console/license_settings.jsx b/web/react/components/admin_console/license_settings.jsx
index 632ef5ad4..4f3d40d71 100644
--- a/web/react/components/admin_console/license_settings.jsx
+++ b/web/react/components/admin_console/license_settings.jsx
@@ -175,7 +175,7 @@ class LicenseSettings extends React.Component {
licenseKey = (
<div className='col-sm-8'>
<div className='file__upload'>
- <button className='btn btn-primary'>{'Choose File'}</button>
+ <button className='btn btn-default'>{'Choose File'}</button>
<input
ref='fileInput'
type='file'