shadow button + bigger size icon more
This commit is contained in:
@@ -106,7 +106,7 @@ const RowActionsDropdown: React.FC<RowActionsDropdownProps> = ({ actions, classN
|
|||||||
onClick={handleToggle}
|
onClick={handleToggle}
|
||||||
className="mt-2 hover:bg-gray-100 rounded-full transition-colors"
|
className="mt-2 hover:bg-gray-100 rounded-full transition-colors"
|
||||||
>
|
>
|
||||||
<More size={14} color="black" className="rotate-90" />
|
<More size={16} color="black" className="rotate-90" />
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
{renderDropdown()}
|
{renderDropdown()}
|
||||||
|
|||||||
@@ -49,13 +49,13 @@ const SideBar: FC = () => {
|
|||||||
|
|
||||||
<div className='flex justify-center mt-10 md:mt-14 px-4'>
|
<div className='flex justify-center mt-10 md:mt-14 px-4'>
|
||||||
<Button
|
<Button
|
||||||
className='bg-secondary font-normal text-primary w-fit px-4 md:px-6 text-sm'
|
className='bg-secondary shadow-lg font-normal text-primary w-fit px-4 md:px-6 text-sm'
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
setOpenSidebar(false)
|
setOpenSidebar(false)
|
||||||
setOpenNewMessage(true)
|
setOpenNewMessage(true)
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<div className='flex shadow-lg gap-2 items-center'>
|
<div className='flex gap-2 items-center'>
|
||||||
<Add size={18} color='black' />
|
<Add size={18} color='black' />
|
||||||
<div>{t('sidebar.new_message')}</div>
|
<div>{t('sidebar.new_message')}</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user