Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(components/ui): add
<Textarea>
from shadcn-ui
This patch adds the output of running: ``` $ pnpm shadcn-ui add textarea ``` ...and then updating the `bg-transparent` with `bg-white dark:bg-gray-950` to align with the background colors on the other form fields (e.g. `<Input>` and `<Button>`).
- Loading branch information