CreateImageWizard: Make instructions on Review page normal font size
Closes #253
This commit is contained in:
parent
a46ab6ba05
commit
93b7e4950a
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ const ReviewStep = () => {
|
|||
const { getState } = useFormApi();
|
||||
return (
|
||||
<TextContent>
|
||||
<Text component={ TextVariants.small }>
|
||||
<Text>
|
||||
Review the information and click the Create button
|
||||
to create your image using the following criteria.
|
||||
</Text>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue