summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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'