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:
parent
8fac905482
commit
6e1df015e1
10 changed files with 28 additions and 10 deletions
|
|
@ -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>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue