mirror of
https://github.com/logto-io/logto.git
synced 2025-01-06 20:40:08 -05:00
fix(console): protected app creation form field should have correct error background (#5400)
This commit is contained in:
parent
40eeea8cc0
commit
dbcfcc7ca1
1 changed files with 2 additions and 1 deletions
|
@ -152,7 +152,8 @@ function ProtectedAppForm({
|
||||||
>
|
>
|
||||||
<div className={styles.domainFieldWrapper}>
|
<div className={styles.domainFieldWrapper}>
|
||||||
<TextInput
|
<TextInput
|
||||||
className={classNames(styles.input, styles.subdomain)}
|
className={styles.subdomain}
|
||||||
|
inputContainerClassName={styles.input}
|
||||||
{...register('subDomain', {
|
{...register('subDomain', {
|
||||||
required: true,
|
required: true,
|
||||||
validate: (value) =>
|
validate: (value) =>
|
||||||
|
|
Loading…
Reference in a new issue