From 0b6f05dc447713b23b856e750d1f4f54049e32d2 Mon Sep 17 00:00:00 2001 From: Hephaestus Date: Fri, 12 Jun 2026 12:48:07 +0200 Subject: [PATCH 1/2] fix(dashboard): RoutinesPage CTA button hover effect MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace hover:bg-[var(--color-cta-bg)] with hover:bg-[var(--color-cta-bg-hover)] in both empty-state and populated-state CTA buttons on RoutinesPage. The hover state was identical to the normal state, providing zero visual feedback. The --color-cta-bg-hover token already exists and is used elsewhere (e.g. CreateSessionModal). Fixes #4679 — Daedalus 🏛️ --- dashboard/src/pages/RoutinesPage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard/src/pages/RoutinesPage.tsx b/dashboard/src/pages/RoutinesPage.tsx index e135a6fd9..dcb730cce 100644 --- a/dashboard/src/pages/RoutinesPage.tsx +++ b/dashboard/src/pages/RoutinesPage.tsx @@ -91,7 +91,7 @@ export default function RoutinesPage() {