diff --git a/src/components/modals/main/marketplace/sections/Create.jsx b/src/components/modals/main/marketplace/sections/Create.jsx index 0772f853..a253a3b0 100644 --- a/src/components/modals/main/marketplace/sections/Create.jsx +++ b/src/components/modals/main/marketplace/sections/Create.jsx @@ -68,8 +68,8 @@ export default class Create extends PureComponent { this.setState({ addonData: settings, settingsClasses: { - current: input ? 'toggle lightTheme' : 'toggle lightTheme active', - json: input ? 'toggle lightTheme active' : 'toggle lightTheme' + current: input ? 'toggle lightTheme' : 'toggle lightTheme', + json: input ? 'toggle lightTheme' : 'toggle lightTheme' } }); @@ -232,9 +232,9 @@ export default class Create extends PureComponent { const nextSettingsDisabled = (this.state.addonData === '') ? true : false; const importSettings = ( <> -