From 13ed243d6edfd200330aa2aaf6d6cf05eeae24d6 Mon Sep 17 00:00:00 2001 From: Nic D Date: Thu, 22 Jan 2026 12:23:06 -0500 Subject: [PATCH] fix(timesheet): try to make comment notification more apparent. Again. --- src/modules/timesheets/components/shift-list-day-row.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/modules/timesheets/components/shift-list-day-row.vue b/src/modules/timesheets/components/shift-list-day-row.vue index d752aff..6193188 100644 --- a/src/modules/timesheets/components/shift-list-day-row.vue +++ b/src/modules/timesheets/components/shift-list-day-row.vue @@ -277,7 +277,7 @@ v-if="!ui_store.is_mobile_mode" push dense - :color="shift.is_approved ? 'white' : (shift.comment ? 'info' : (holiday ? 'purple-5' : 'accent'))" + :color="shift.is_approved ? 'white' : (shift.comment ? 'accent' : (holiday ? 'purple-5' : 'blue-grey-5'))" :icon="shift.comment ? 'chat' : 'chat_bubble_outline'" :text-color="shift.is_approved ? (holiday ? 'purple-5' : 'accent') : 'white'" class="col" @@ -287,8 +287,9 @@ v-if="shift.comment" floating rounded - color="negative" - /> + color="info" + class="text-blue-9 text-weight-bolder" + >!!