From 57bbd7c129b3e843e121311b9691247e9d027684 Mon Sep 17 00:00:00 2001
From: Aakarshan Thapa <63531478+akarsanth@users.noreply.github.com>
Date: Mon, 24 Jun 2024 09:01:21 -0400
Subject: [PATCH] Add update chevron (#5988)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Fixes #5986
1. Added right chevron to Fields Menu Item
2. Changed color of Hidden fields menu item chevron and stroke of left
chevron
---------
Co-authored-by: Lucas Bordeau
---
.../RecordIndexOptionsDropdownContent.tsx | 1 +
.../ui/input/button/components/LightIconButton.tsx | 2 +-
.../ui/navigation/menu-item/components/MenuItem.tsx | 13 ++++++++++++-
.../menu-item/components/MenuItemNavigate.tsx | 5 ++++-
4 files changed, 18 insertions(+), 3 deletions(-)
diff --git a/packages/twenty-front/src/modules/object-record/record-index/options/components/RecordIndexOptionsDropdownContent.tsx b/packages/twenty-front/src/modules/object-record/record-index/options/components/RecordIndexOptionsDropdownContent.tsx
index 73149fb6eb..c93c8bfdad 100644
--- a/packages/twenty-front/src/modules/object-record/record-index/options/components/RecordIndexOptionsDropdownContent.tsx
+++ b/packages/twenty-front/src/modules/object-record/record-index/options/components/RecordIndexOptionsDropdownContent.tsx
@@ -132,6 +132,7 @@ export const RecordIndexOptionsDropdownContent = ({
onClick={() => handleSelectMenu('fields')}
LeftIcon={IconTag}
text="Fields"
+ hasSubMenu
/>