Skip to content

Commit

Permalink
title
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoevanp committed Oct 24, 2023
1 parent d68ea2f commit b3ec093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/layout/src/FormPageLayout/FormTitle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const FormTitle = forwardRef<
children: ReactNode;
}
>((props, ref) => (
<Box mbe={8} fontScale='h2' fontWeight={800} {...props} ref={ref} />
<Box mbe={8} fontScale='h3' fontWeight={800} {...props} ref={ref} />
));

export default FormTitle;

0 comments on commit b3ec093

Please sign in to comment.