diff --git a/packages/app-desktop/gui/ConfigScreen/controls/SettingComponent.tsx b/packages/app-desktop/gui/ConfigScreen/controls/SettingComponent.tsx index f836c1e3f0..875a361941 100644 --- a/packages/app-desktop/gui/ConfigScreen/controls/SettingComponent.tsx +++ b/packages/app-desktop/gui/ConfigScreen/controls/SettingComponent.tsx @@ -107,19 +107,12 @@ const SettingComponent: React.FC = props => { ); } - const selectStyle = { ...controlStyle, paddingLeft: 6, - paddingRight: 6, - paddingTop: 4, - paddingBottom: 4, - borderColor: theme.borderColor4, - borderRadius: 3 }; - return (