Skip to content

Commit 791a772

Browse files
committed
matching the correct font size
1 parent 87bc14a commit 791a772

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

apps/website/screens/theme-generator/ThemeGeneratorPage.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { DxcLink, DxcContainer, DxcFlex, DxcHeading, DxcParagraph } from "@dxc-technology/halstack-react";
1+
import { DxcLink, DxcContainer, DxcFlex, DxcHeading, DxcTypography } from "@dxc-technology/halstack-react";
22
import Link from "next/link";
33

44
const ThemeGeneratorPage = () => {
@@ -18,11 +18,11 @@ const ThemeGeneratorPage = () => {
1818
<DxcFlex direction="column" justifyContent="center" gap="var(--spacing-gap-ml)">
1919
<DxcFlex direction="column" justifyContent="center" gap="var(--spacing-gap-m)">
2020
<DxcHeading text="Welcome to Halstack Theme Generators" />
21-
<DxcContainer maxWidth="60%">
22-
<DxcParagraph>
21+
<DxcContainer maxWidth="62%">
22+
<DxcTypography fontSize="var(--typography-body-xl)">
2323
Create and explore your brand within Halstack. Configure your core colors, upload your logo variants, and
2424
see in real time how your theme works across components, layouts, and real product scenarios.
25-
</DxcParagraph>
25+
</DxcTypography>
2626
</DxcContainer>
2727
</DxcFlex>
2828
<Link href="" passHref legacyBehavior>

0 commit comments

Comments
 (0)