V2Wizard: Replace h2 heading with h1 and sizing

This replaces h2 heading on the steps with h1 and adds a size modifier to keep the sizes approximately similar.
This commit is contained in:
regexowl 2024-03-07 08:40:33 +01:00 committed by Lucas Garfield
parent 8fac905482
commit 6e1df015e1
10 changed files with 28 additions and 10 deletions

View file

@ -7,7 +7,9 @@ import Review from './ReviewStep';
const ReviewStep = () => {
return (
<Form>
<Title headingLevel="h2">Review</Title>
<Title headingLevel="h1" size="xl">
Review
</Title>
<Review />
</Form>
);