mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-19 18:35:18 +02:00
changed import json to plus icon
This commit is contained in:
parent
1ebe58c499
commit
9e88c7f680
1 changed files with 4 additions and 4 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
import { forwardRef, TextareaHTMLAttributes } from 'react';
|
import { forwardRef, TextareaHTMLAttributes } from 'react';
|
||||||
import { Textarea } from '@/components/ui/textarea';
|
import { Textarea } from '@/components/ui/textarea';
|
||||||
import { Send, MoreVertical } from 'lucide-react';
|
import { Send, Plus } from 'lucide-react';
|
||||||
import { Dropdown, DropdownItem, DropdownMenu, DropdownTrigger } from '@heroui/react';
|
import { Dropdown, DropdownItem, DropdownMenu, DropdownTrigger } from '@heroui/react';
|
||||||
import clsx from 'clsx';
|
import clsx from 'clsx';
|
||||||
|
|
||||||
|
|
@ -72,10 +72,10 @@ export const TextareaWithSend = forwardRef<HTMLTextAreaElement, TextareaWithSend
|
||||||
"rounded-full p-2 transition-all duration-200",
|
"rounded-full p-2 transition-all duration-200",
|
||||||
"bg-gray-100 dark:bg-gray-800 text-gray-500 dark:text-gray-400 hover:scale-105 active:scale-95 hover:bg-gray-200 dark:hover:bg-gray-700"
|
"bg-gray-100 dark:bg-gray-800 text-gray-500 dark:text-gray-400 hover:scale-105 active:scale-95 hover:bg-gray-200 dark:hover:bg-gray-700"
|
||||||
)}
|
)}
|
||||||
aria-label="More actions"
|
aria-label="Add"
|
||||||
title="More actions"
|
title="Add"
|
||||||
>
|
>
|
||||||
<MoreVertical size={18} />
|
<Plus size={18} />
|
||||||
</button>
|
</button>
|
||||||
</DropdownTrigger>
|
</DropdownTrigger>
|
||||||
<DropdownMenu
|
<DropdownMenu
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue