mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 22:30:23 +00:00
chore: prevent css purge
This commit is contained in:
parent
b0e873d30f
commit
745c1926f6
@ -48,7 +48,7 @@ const TextArea: React.FC<TextAreaProps> = ({ name, placeholder, theme='auto', ma
|
|||||||
<div className='emoji-selector-button outline-none' onClick={() => setEmojiPickerHidden(false)} onKeyPress={() => setEmojiPickerHidden(false)} role='button' tabIndex={0} />
|
<div className='emoji-selector-button outline-none' onClick={() => setEmojiPickerHidden(false)} onKeyPress={() => setEmojiPickerHidden(false)} role='button' tabIndex={0} />
|
||||||
</div>
|
</div>
|
||||||
{
|
{
|
||||||
max && <span className={`absolute bottom-2 right-4${max < value.length ? ' text-red-400' : ''}`}>
|
max && <span className={`absolute bottom-2 right-4 ${max < value.length ? ' text-red-400' : ''}`}>
|
||||||
{max-value.length}
|
{max-value.length}
|
||||||
</span>
|
</span>
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user