Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Update Textarea component to have full height (#3069)
feat: Update Textarea component to have full height The Textarea component was updated to have a full height by adding the "h-full" class to the parent div. This ensures that the textarea takes up the entire available vertical space.
- Loading branch information