fix: button (#5470)
This commit is contained in:
@@ -148,7 +148,7 @@ const InviteModal = ({
|
||||
</Listbox>
|
||||
<Button
|
||||
tabIndex={0}
|
||||
className='w-full text-sm font-medium'
|
||||
className='w-full'
|
||||
onClick={handleSend}
|
||||
disabled={!emails.length}
|
||||
variant='primary'
|
||||
|
||||
@@ -83,7 +83,7 @@ const InvitedModal = ({
|
||||
)}
|
||||
<div className='flex justify-end'>
|
||||
<Button
|
||||
className='w-[96px] text-sm font-medium'
|
||||
className='w-[96px]'
|
||||
onClick={onCancel}
|
||||
variant='primary'
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user