fix(inputlist): update warning style [EE-6737] (#11222)

pull/11238/head
Ali 2024-02-21 08:29:14 +13:00 committed by GitHub
parent 704d75596d
commit 4e95139909
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -215,8 +215,8 @@ export function InputList<T = DefaultType>({
</Button>
</div>
{addButtonError && (
<div className="col-sm-12">
<FormError>{addButtonError}</FormError>
<div className="col-sm-12 mt-1">
<TextTip color="blue">{addButtonError}</TextTip>
</div>
)}
</>