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
|
|
@ -27,7 +27,9 @@ const ManageRepositoriesButton = () => {
|
|||
const RepositoriesStep = () => {
|
||||
return (
|
||||
<Form>
|
||||
<Title headingLevel="h2">Custom repositories</Title>
|
||||
<Title headingLevel="h1" size="xl">
|
||||
Custom repositories
|
||||
</Title>
|
||||
<Text>
|
||||
Select from linked custom repositories from which to search and add
|
||||
packages to this image.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue