Apply 1 suggestion(s) to 1 file(s)
This commit is contained in:
parent
ec72ac0db8
commit
7ec51778f8
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ const Textarea = React.forwardRef(({
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{maxLength && (
|
{maxLength && (
|
||||||
<div className='mt-1.5 text-right rtl:text-left'>
|
<div className='text-right rtl:text-left'>
|
||||||
<Text size='xs' theme={maxLength - length < 0 ? 'danger' : 'muted'}>
|
<Text size='xs' theme={maxLength - length < 0 ? 'danger' : 'muted'}>
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id='textarea.counter.label'
|
id='textarea.counter.label'
|
||||||
|
|
Loading…
Reference in a new issue