From ab299619dd1c81e61a5fc0b27ad15519334bb839 Mon Sep 17 00:00:00 2001 From: Dave Richer Date: Wed, 10 Jan 2024 13:32:07 -0500 Subject: [PATCH] Update Packages. Signed-off-by: Dave Richer --- client/src/App/App.styles.scss | 3 +++ client/src/components/header/header.component.jsx | 3 +++ 2 files changed, 6 insertions(+) diff --git a/client/src/App/App.styles.scss b/client/src/App/App.styles.scss index 50e656895..736093151 100644 --- a/client/src/App/App.styles.scss +++ b/client/src/App/App.styles.scss @@ -1,5 +1,8 @@ //Global Styles. @import "react-big-calendar/lib/sass/styles"; +.ant-menu-item-divider { + border-bottom: 1px solid #74695c !important; +} .imex-table-header { display: flex; diff --git a/client/src/components/header/header.component.jsx b/client/src/components/header/header.component.jsx index a1a567b9b..7955e6970 100644 --- a/client/src/components/header/header.component.jsx +++ b/client/src/components/header/header.component.jsx @@ -255,6 +255,9 @@ function Header({handleMenuClick, currentUser, bodyshop, selectedHeader, signOut icon: , label: ({t("menus.header.alljobs")}) }, + { + type: 'divider', + }, { key: 'productionlist', icon: ,