TextInputGroup Change border color to yellow when modified
This commit is contained in:
parent
e3f57773d7
commit
021af3e70f
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ export function TextInputGroup(props: ITextInputGroupProps): JSX.Element {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const warningClass = props.value !== value ? 'focus:border-orange-200 border-orange-200 focus:ring-orange-200 ring-orange-200' : '';
|
const warningClass = props.value !== value ? 'focus:border-yellow-300 border-yellow-300 focus:ring-yellow-300 ring-yellow-300' : '';
|
||||||
|
|
||||||
return <>
|
return <>
|
||||||
<label
|
<label
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue