From 5bf768bc027f98fe7accc34f03db96a77b48a84a Mon Sep 17 00:00:00 2001 From: Matthieu Date: Tue, 17 Mar 2026 17:02:34 +0100 Subject: [PATCH] feat(ui) : apply pastel project colors on project cards and calendar blocks - Project cards (/projects): 16px radius, pastel background, no border - Time tracking calendar blocks: pastel opaque background, project color text Ticket: LST-29 Co-Authored-By: Claude Opus 4.6 (1M context) --- .../components/time-tracking/TimeEntryBlock.vue | 10 +++++++--- frontend/pages/projects/index.vue | 14 +++++++++++++- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/frontend/components/time-tracking/TimeEntryBlock.vue b/frontend/components/time-tracking/TimeEntryBlock.vue index 6baf653..e80adf1 100644 --- a/frontend/components/time-tracking/TimeEntryBlock.vue +++ b/frontend/components/time-tracking/TimeEntryBlock.vue @@ -1,7 +1,7 @@