feat: update AddTaskModal and SmartTaskTitleInput components for improved functionality and styling

This commit is contained in:
Mo Tarbin
2026-07-03 01:58:08 -04:00
parent db0c199674
commit 4019a7c225
3 changed files with 60 additions and 198 deletions

View File

@@ -183,10 +183,7 @@ const SmartTaskTitleInput = ({
return (
<div>
<div
className='task-input overflow-auto rounded border'
style={{ minHeight: '2.4em' }}
>
<div className='task-input' style={{ minHeight: '2.4em' }}>
<textarea
ref={titleInputRef}
autoFocus={autoFocus}