Fix font size appearing smaller for links on AGPL consent modal (#2425)
This commit is contained in:
@@ -48,7 +48,7 @@ const LicenseConsentModal = ({
|
||||
flexFlow: "column",
|
||||
"& .link-text": {
|
||||
color: "#2781B0",
|
||||
fontSize: "12px",
|
||||
fontSize: "16px",
|
||||
fontWeight: 600,
|
||||
},
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user