feat(InstallationForm): use thinner font weight in success alert
This commit is contained in:
@@ -186,7 +186,7 @@ function InstallationForm() {
|
||||
)}
|
||||
/>
|
||||
{install.isSuccess && (
|
||||
<Alert severity="success" sx={{ mt: 3 }}>
|
||||
<Alert severity="success" sx={{ mt: 3, fontWeight: 500 }}>
|
||||
{formatMessage('installationForm.success', {
|
||||
link: (str) => (
|
||||
<Link
|
||||
|
Reference in New Issue
Block a user