From 6f2ca0a891b18ae794211549808eee0253c69ac6 Mon Sep 17 00:00:00 2001 From: IluaAir Date: Sun, 19 Oct 2025 00:22:12 +0300 Subject: [PATCH] Update dashboard styles and remove unnecessary border from week grid --- taskncoffee-app/src/pages/Dashboard.jsx | 2 +- taskncoffee-app/src/pages/dashboard.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/taskncoffee-app/src/pages/Dashboard.jsx b/taskncoffee-app/src/pages/Dashboard.jsx index 80ceecb..bc45c75 100644 --- a/taskncoffee-app/src/pages/Dashboard.jsx +++ b/taskncoffee-app/src/pages/Dashboard.jsx @@ -168,7 +168,7 @@ export default function Dashboard() { Coffee
-
+
{daysOfWeek.map((day, index) => { const isToday = day.fullDate.toDateString() === today.toDateString(); diff --git a/taskncoffee-app/src/pages/dashboard.css b/taskncoffee-app/src/pages/dashboard.css index 1b27366..1ac2996 100644 --- a/taskncoffee-app/src/pages/dashboard.css +++ b/taskncoffee-app/src/pages/dashboard.css @@ -41,7 +41,7 @@ } .dashboard-content { - max-width: 80rem; + max-width: 90rem; margin-left: auto; margin-right: auto; width: 100%;