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" + >!!