0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

fix(console): protected app creation form field should have correct error background (#5400)

This commit is contained in:
Charles Zhao 2024-02-09 00:54:09 +08:00 committed by GitHub
parent 40eeea8cc0
commit dbcfcc7ca1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -152,7 +152,8 @@ function ProtectedAppForm({
>
<div className={styles.domainFieldWrapper}>
<TextInput
className={classNames(styles.input, styles.subdomain)}
className={styles.subdomain}
inputContainerClassName={styles.input}
{...register('subDomain', {
required: true,
validate: (value) =>