Replace 'send' icon from Tabler
This commit is contained in:
parent
9cc9e8876b
commit
d5303387f5
2 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ const ChatComposer = React.forwardRef<HTMLTextAreaElement | null, IChatComposer>
|
||||||
) : null}
|
) : null}
|
||||||
|
|
||||||
<IconButton
|
<IconButton
|
||||||
src={require('assets/icons/airplane.svg')}
|
src={require('@tabler/icons/send.svg')}
|
||||||
iconClassName='w-5 h-5'
|
iconClassName='w-5 h-5'
|
||||||
className='text-primary-500'
|
className='text-primary-500'
|
||||||
disabled={isSubmitDisabled}
|
disabled={isSubmitDisabled}
|
||||||
|
|
Before Width: | Height: | Size: 694 B After Width: | Height: | Size: 694 B |
Loading…
Reference in a new issue