login page
This commit is contained in:
@@ -6,6 +6,7 @@ import Input from '../Input'
|
||||
import ReactQuill from 'react-quill-new';
|
||||
import Button from '../Button'
|
||||
import Select from '../Select'
|
||||
import UploadButton from '../UploadButton'
|
||||
|
||||
|
||||
const NewMessage: FC = () => {
|
||||
@@ -93,15 +94,8 @@ const NewMessage: FC = () => {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div className='flex flex-wrap gap-2.5 items-center'>
|
||||
<div className='bg-[#EBEDF5] text-sm flex gap-2 h-10 rounded-full items-center px-4'>
|
||||
<span>Lorem Ipsum.pdf</span>
|
||||
<CloseCircle size={20} color='#D52903' />
|
||||
</div>
|
||||
<div className='bg-[#EBEDF5] text-sm flex gap-2 h-10 rounded-full items-center px-4'>
|
||||
<span>Lorem Ipsum.pdf</span>
|
||||
<CloseCircle size={20} color='#D52903' />
|
||||
</div>
|
||||
<div className=''>
|
||||
<UploadButton />
|
||||
</div>
|
||||
|
||||
<div className='flex flex-col gap-4 sm:flex-row pt-4'>
|
||||
@@ -109,7 +103,7 @@ const NewMessage: FC = () => {
|
||||
<Select
|
||||
items={[]}
|
||||
placeholder={t('new_message.select_priority')}
|
||||
className='xl:w-[190px]'
|
||||
className='xl:w-[190px] min-w-[130px]'
|
||||
/>
|
||||
</div>
|
||||
<div className='flex-1 justify-end flex gap-3'>
|
||||
|
||||
Reference in New Issue
Block a user