From bfb30405dff3b52b7559351b871cde0b9d1bfd00 Mon Sep 17 00:00:00 2001 From: Ryan Pandya Date: Sun, 8 Dec 2024 01:04:44 -0800 Subject: [PATCH] Cosmetic fixes to frontend hover states --- apps/web/components/dashboard/days/DayView.tsx | 4 ++-- apps/web/components/dashboard/hours/EditableHour.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/web/components/dashboard/days/DayView.tsx b/apps/web/components/dashboard/days/DayView.tsx index d86195f..6e07fdc 100644 --- a/apps/web/components/dashboard/days/DayView.tsx +++ b/apps/web/components/dashboard/days/DayView.tsx @@ -69,7 +69,7 @@ export default async function DayView({
@@ -85,7 +85,7 @@ export default async function DayView({
diff --git a/apps/web/components/dashboard/hours/EditableHour.tsx b/apps/web/components/dashboard/hours/EditableHour.tsx index e76bef0..14d103a 100644 --- a/apps/web/components/dashboard/hours/EditableHour.tsx +++ b/apps/web/components/dashboard/hours/EditableHour.tsx @@ -133,7 +133,7 @@ export default function EditableHour({ gridTemplateColumns: window.innerWidth > 640 ? "50px 100px 3fr 2fr" : "50px 100px 1fr", // Known issue: This won't work if the screen is resized, only on reload }} > - + {hourGroup.length > 1 ? (