diff --git a/ElectronClient/app/gui/ConfigScreen.jsx b/ElectronClient/app/gui/ConfigScreen.jsx index e20e0e99d..dd818bab1 100644 --- a/ElectronClient/app/gui/ConfigScreen.jsx +++ b/ElectronClient/app/gui/ConfigScreen.jsx @@ -355,7 +355,7 @@ class ConfigScreenComponent extends React.Component { return (
- +
diff --git a/ElectronClient/app/theme.js b/ElectronClient/app/theme.js index 6a5a0e979..ecfd8b8a1 100644 --- a/ElectronClient/app/theme.js +++ b/ElectronClient/app/theme.js @@ -231,6 +231,11 @@ function addExtraStyles(style) { marginTop: 20, } + style.buttonIconStyle = { + color: style.color, + marginRight: 6, + } + style.dialogTitle = Object.assign({}, style.h1Style, { marginBottom: '1.2em' }); style.dropdownList = Object.assign({}, style.inputStyle);