From 78f4a7294b694af5b62a6b3c55ec7446255e4718 Mon Sep 17 00:00:00 2001 From: Aaryan Khandelwal <65252264+aaryan610@users.noreply.github.com> Date: Thu, 18 Dec 2025 16:34:21 +0530 Subject: [PATCH] [WEB-5676] style: gantt column outline #8374 --- .../core/components/gantt-chart/chart/views/month.tsx | 4 ++-- .../core/components/gantt-chart/chart/views/quarter.tsx | 9 ++++----- .../web/core/components/gantt-chart/chart/views/week.tsx | 9 ++++----- 3 files changed, 10 insertions(+), 12 deletions(-) diff --git a/apps/web/core/components/gantt-chart/chart/views/month.tsx b/apps/web/core/components/gantt-chart/chart/views/month.tsx index 424eabb1f..7c2c7bdc6 100644 --- a/apps/web/core/components/gantt-chart/chart/views/month.tsx +++ b/apps/web/core/components/gantt-chart/chart/views/month.tsx @@ -62,7 +62,7 @@ export const MonthChartView = observer(function MonthChartView(_props: any) {
{weeks?.map((weekBlock) => (
{weeks?.map((weekBlock) => (
(
{/** Header Div */}
(
(
{/** Header Div */} @@ -47,7 +46,7 @@ export const WeekChartView = observer(function WeekChartView(_props: any) {
(
{["sat", "sun"].includes(weekDay?.dayData?.shortTitle) && ( -
+
)}
))}