feat(InstallationForm): use thinner font weight in success alert
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user