diff --git a/src/renderer/components/+preferences/editor.tsx b/src/renderer/components/+preferences/editor.tsx index 6f346eb63d..7fbd9ab524 100644 --- a/src/renderer/components/+preferences/editor.tsx +++ b/src/renderer/components/+preferences/editor.tsx @@ -42,7 +42,7 @@ export const Editor = observer(() => {

Editor configuration

-
+
{
-
+
+ +
{
); }); - diff --git a/src/renderer/components/+preferences/preferences.tsx b/src/renderer/components/+preferences/preferences.tsx index 5ad7c9524b..472a0055ff 100644 --- a/src/renderer/components/+preferences/preferences.tsx +++ b/src/renderer/components/+preferences/preferences.tsx @@ -109,14 +109,14 @@ export class Preferences extends React.Component { export function ExtensionSettings({ title, id, components: { Hint, Input }}: RegisteredAppPreference) { return ( -
+
-
+
-
+
); } diff --git a/src/renderer/components/switch/form-switcher.tsx b/src/renderer/components/switch/form-switcher.tsx index 549ab83207..14df95f676 100644 --- a/src/renderer/components/switch/form-switcher.tsx +++ b/src/renderer/components/switch/form-switcher.tsx @@ -27,7 +27,7 @@ const useStyles = makeStyles({ root: { margin: 0, "& .MuiTypography-root": { - fontSize: 16, + fontSize: 14, fontWeight: 500, flex: 1, color: "var(--textColorAccent)",