Wizard: Set helper text variant

This commit is contained in:
regexowl 2025-05-20 09:41:45 +02:00 committed by Lucas Garfield
parent 49d05440b9
commit 4bb826ee06
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@ export const AwsAccountId = () => {
/>
</FormGroup>
<HelperText>
<HelperTextItem component="div" variant="indeterminate">
<HelperTextItem component="div" variant="default">
This is the account associated with the source.
</HelperTextItem>
</HelperText>

View file

@ -108,7 +108,7 @@ const Aws = () => {
/>
</FormGroup>
<HelperText>
<HelperTextItem component="div" variant="indeterminate">
<HelperTextItem component="div" variant="default">
Images are built in the default region but can be copied to
other regions later.
</HelperTextItem>