From 3f8f277841f1638db0fc02be0ec95e9ad65fd262 Mon Sep 17 00:00:00 2001 From: Kaan Kabalak Date: Thu, 3 Nov 2022 06:43:18 +0300 Subject: [PATCH] Fix font size appearing smaller for links on AGPL consent modal (#2425) --- portal-ui/src/screens/Console/License/LicenseConsentModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portal-ui/src/screens/Console/License/LicenseConsentModal.tsx b/portal-ui/src/screens/Console/License/LicenseConsentModal.tsx index 3166deb51..58f8036b3 100644 --- a/portal-ui/src/screens/Console/License/LicenseConsentModal.tsx +++ b/portal-ui/src/screens/Console/License/LicenseConsentModal.tsx @@ -48,7 +48,7 @@ const LicenseConsentModal = ({ flexFlow: "column", "& .link-text": { color: "#2781B0", - fontSize: "12px", + fontSize: "16px", fontWeight: 600, }, }}