From 55f7d21eff5edd4dcbaa5ff86338c0fc87446946 Mon Sep 17 00:00:00 2001 From: Peter Murphy Date: Fri, 22 Mar 2024 17:27:39 +0000 Subject: [PATCH] (CDPE-6574) Align Authentication title element with Figma design - Changed the Authentication title from a `h5` to a `h3` element. - This modification ensures consistency with the Figma design documentation's styling. --- packages/react-layouts/src/Authentication/Authentication.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-layouts/src/Authentication/Authentication.jsx b/packages/react-layouts/src/Authentication/Authentication.jsx index 011397a27..24f1a1819 100644 --- a/packages/react-layouts/src/Authentication/Authentication.jsx +++ b/packages/react-layouts/src/Authentication/Authentication.jsx @@ -55,7 +55,7 @@ const Authentication = ({ />
- {title} + {title}
{subtitle}
{children}