Skip to content

Commit 3f8f277

Browse files
authored
Fix font size appearing smaller for links on AGPL consent modal (#2425)
1 parent 2ff44df commit 3f8f277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

portal-ui/src/screens/Console/License/LicenseConsentModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const LicenseConsentModal = ({
4848
flexFlow: "column",
4949
"& .link-text": {
5050
color: "#2781B0",
51-
fontSize: "12px",
51+
fontSize: "16px",
5252
fontWeight: 600,
5353
},
5454
}}

0 commit comments

Comments
 (0)