shadow button + bigger size icon more

This commit is contained in:
hamid zarghami
2025-07-30 15:10:40 +03:30
parent 3a4e251e62
commit 6f1be11708
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ const RowActionsDropdown: React.FC<RowActionsDropdownProps> = ({ actions, classN
onClick={handleToggle}
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>
{renderDropdown()}
+2 -2
View File
@@ -49,13 +49,13 @@ const SideBar: FC = () => {
<div className='flex justify-center mt-10 md:mt-14 px-4'>
<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={() => {
setOpenSidebar(false)
setOpenNewMessage(true)
}}
>
<div className='flex shadow-lg gap-2 items-center'>
<div className='flex gap-2 items-center'>
<Add size={18} color='black' />
<div>{t('sidebar.new_message')}</div>
</div>