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()}