CreateImageWizard: Make instructions on Review page normal font size

Closes #253
This commit is contained in:
Simon Steinbeiss 2021-07-13 10:05:29 +02:00 committed by Sanne Raymaekers
parent a46ab6ba05
commit 93b7e4950a

View file

@ -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>