fix design bug

This commit is contained in:
hamid zarghami
2026-07-20 11:39:25 +03:30
parent a3ce347f02
commit 6609666279
@@ -28,7 +28,7 @@ const TaskDetailDescription: FC<Props> = ({ value = "", onChange, onSave, isSavi
onChange={(e) => onChange?.(e.target.value)} onChange={(e) => onChange?.(e.target.value)}
placeholder={t("taskmanager.task_detail.description_placeholder")} placeholder={t("taskmanager.task_detail.description_placeholder")}
rows={5} rows={5}
className="w-full bg-transparent rounded-xl px-4 pt-10 pb-3 text-xs outline-none resize-none placeholder:text-description" className="w-full bg-transparent rounded-xl px-4 pt-4 pb-3 text-xs outline-none resize-none placeholder:text-description"
/> />
</div> </div>
</div> </div>