fix: set FormControl small size

This commit is contained in:
Gabe Yuan
2023-11-30 15:11:06 +08:00
parent b3e7b8f3f1
commit 59752ed4aa

View File

@@ -223,7 +223,7 @@ export default function Settings() {
<FormHelperText>{i18n("detect_lang_remote_help")}</FormHelperText>
</FormControl>
<FormControl>
<FormControl size="small">
<InputLabel>{i18n("disable_langs")}</InputLabel>
<Select
multiple