fix styling on aichatinput (#6312)

This commit is contained in:
centdix
2025-07-31 18:52:37 +02:00
committed by GitHub
parent 3dfa3f10c1
commit c8a7293034

View File

@@ -365,7 +365,7 @@
}}
{placeholder}
class={twMerge(
'textarea-input resize-none bg-transparent caret-black dark:caret-white',
'textarea-input resize-none bg-transparent caret-black dark:caret-white overflow-clip',
className
)}
style={value.length > 0 ? 'color: transparent; -webkit-text-fill-color: transparent;' : ''}