fix(timesheets): change comment button color when comment is present (requested by sysadmin)

This commit is contained in:
Nic D 2026-01-22 11:09:28 -05:00
parent b9613889f5
commit 9a802ffd1c

View File

@ -240,7 +240,7 @@
v-if="!ui_store.is_mobile_mode"
push
dense
:color="shift.is_approved ? 'white' : (holiday ? 'purple-5' : 'accent')"
:color="shift.is_approved ? 'white' : (shift.comment ? 'info' : (holiday ? 'purple-5' : 'accent'))"
:icon="shift.comment ? 'chat' : 'chat_bubble_outline'"
:text-color="shift.is_approved ? (holiday ? 'purple-5' : 'accent') : 'white'"
class="col"