feat: inline login form error and unify Alert font weight

This commit is contained in:
kasia.oczkowska
2024-11-14 14:10:07 +00:00
parent f3d8d7d4ad
commit 75abfda783
10 changed files with 48 additions and 34 deletions

View File

@@ -278,6 +278,20 @@ export const defaultTheme = createTheme({
}),
},
},
MuiAlert: {
styleOverrides: {
root: ({ theme }) => ({
fontWeight: theme.typography.fontWeightRegular,
}),
},
},
MuiAlertTitle: {
styleOverrides: {
root: ({ theme }) => ({
fontWeight: theme.typography.fontWeightBold,
}),
},
},
},
});
export const mationTheme = createTheme(