Changelog + misc minor changes

Recovery textarea no longer spellchecks, fixed some "as" type assertions that were not necessary.
This commit is contained in:
omuretsu
2023-03-06 11:45:09 -05:00
parent 759f86d6e5
commit 4ebfdcc4a8
4 changed files with 21 additions and 10 deletions
+1
View File
@@ -92,6 +92,7 @@ export function RecoveryRoot({ softReset, errorData, resetError }: IProps): Reac
multiline
fullWidth
rows={12}
spellCheck={false}
sx={{ "& .MuiOutlinedInput-root": { color: Settings.theme.secondary } }}
/>
</Box>