From b733a2f3ec3f515692ef5c19d3ae17cf7519399f Mon Sep 17 00:00:00 2001 From: Thomas des Francs Date: Sat, 16 Nov 2024 07:02:41 +0100 Subject: [PATCH] changed multiItem Field Menu Item button to tertiary (#8517) Think a simpler fix can fix https://github.com/twentyhq/twenty/pull/8504/files#diff-13c19c3083bfe3172351cddbdd325960072496e9d50b73919fb35aa661bcdd52 https://github.com/twentyhq/twenty/issues/8492 --- .../menu-item/components/MenuItemWithOptionDropdown.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/twenty-front/src/modules/ui/navigation/menu-item/components/MenuItemWithOptionDropdown.tsx b/packages/twenty-front/src/modules/ui/navigation/menu-item/components/MenuItemWithOptionDropdown.tsx index d1196392f..77f5c95ab 100644 --- a/packages/twenty-front/src/modules/ui/navigation/menu-item/components/MenuItemWithOptionDropdown.tsx +++ b/packages/twenty-front/src/modules/ui/navigation/menu-item/components/MenuItemWithOptionDropdown.tsx @@ -83,6 +83,7 @@ export const MenuItemWithOptionDropdown = ({ } dropdownComponents={dropdownContent}