Skip to content

Commit

Permalink
(CDPE-6574) Align Authentication title element with Figma design
Browse files Browse the repository at this point in the history
- Changed the Authentication title from a `h5` to a `h3` element.
- This modification ensures consistency with the Figma design documentation's styling.
  • Loading branch information
Peter Murphy committed Mar 25, 2024
1 parent fd538a5 commit 412bc05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const Authentication = ({
/>
<Card className="rl-authentication-content">
<div className="rl-authentication-title">
<Heading as="h5">{title}</Heading>
<Heading as="h3">{title}</Heading>
<div className="rl-authentication-subtitle">{subtitle}</div>
</div>
{children}
Expand Down

0 comments on commit 412bc05

Please sign in to comment.