Fix font size appearing smaller for links on AGPL consent modal (#2425)

This commit is contained in:
Kaan Kabalak
2022-11-03 06:43:18 +03:00
committed by GitHub
parent 2ff44df636
commit 3f8f277841

View File

@@ -48,7 +48,7 @@ const LicenseConsentModal = ({
flexFlow: "column",
"& .link-text": {
color: "#2781B0",
fontSize: "12px",
fontSize: "16px",
fontWeight: 600,
},
}}