feat(InstallationForm): use thinner font weight in success alert

This commit is contained in:
Ali BARIN
2024-07-15 09:00:13 +00:00
parent ba6b4c6854
commit b0ceb3fe7e

View File

@@ -186,7 +186,7 @@ function InstallationForm() {
)} )}
/> />
{install.isSuccess && ( {install.isSuccess && (
<Alert severity="success" sx={{ mt: 3 }}> <Alert severity="success" sx={{ mt: 3, fontWeight: 500 }}>
{formatMessage('installationForm.success', { {formatMessage('installationForm.success', {
link: (str) => ( link: (str) => (
<Link <Link