-
+
{{ task.title }}
-
+
{{ getUser(task.assigned_to).full_name }}
-
+
-
+
@@ -42,7 +42,7 @@
@click.stop
>
-
@@ -76,14 +76,14 @@
diff --git a/frontend/src/components/Activities/WhatsAppArea.vue b/frontend/src/components/Activities/WhatsAppArea.vue
index da5d8fdb..b706e249 100644
--- a/frontend/src/components/Activities/WhatsAppArea.vue
+++ b/frontend/src/components/Activities/WhatsAppArea.vue
@@ -11,12 +11,12 @@
>
scrollToMessage(whatsapp.reply_to)"
- class="mb-1 cursor-pointer rounded border-0 border-l-4 bg-gray-200 p-2 text-gray-600"
+ class="mb-1 cursor-pointer rounded border-0 border-l-4 bg-surface-gray-3 p-2 text-ink-gray-5"
:class="
whatsapp.reply_to_type == 'Incoming'
? 'border-green-500'
@@ -27,8 +27,8 @@
class="mb-1 text-sm font-bold"
:class="
whatsapp.reply_to_type == 'Incoming'
- ? 'text-green-500'
- : 'text-blue-400'
+ ? 'text-ink-green-2'
+ : 'text-ink-blue-link'
"
>
{{ whatsapp.reply_to_from || __('You') }}
@@ -38,25 +38,25 @@
{{ whatsapp.header }}
-
-
+
@@ -71,7 +71,7 @@
{{ whatsapp.header }}
-
@@ -100,10 +100,10 @@
class="flex items-center gap-2"
>
openFileInAnotherTab(whatsapp.attach)"
/>
- Document
+ Document
-
+
{{ dateFormat(whatsapp.creation, 'hh:mm a') }}
@@ -140,7 +140,7 @@
@@ -159,7 +159,7 @@
@click="() => (reaction = true) && togglePopover()"
class="rounded-full !size-6 mt-0.5"
>
-
+
diff --git a/frontend/src/components/Activities/WhatsAppBox.vue b/frontend/src/components/Activities/WhatsAppBox.vue
index 40d19ec0..95cb1aed 100644
--- a/frontend/src/components/Activities/WhatsAppBox.vue
+++ b/frontend/src/components/Activities/WhatsAppBox.vue
@@ -4,12 +4,12 @@
class="flex items-center justify-around gap-2 px-3 pt-2 sm:px-10"
>
{{ reply.from_name || __('You') }}
@@ -26,7 +26,7 @@
@@ -45,7 +45,7 @@
>
diff --git a/frontend/src/components/Apps.vue b/frontend/src/components/Apps.vue
index a91c0b28..6f9e3a0f 100644
--- a/frontend/src/components/Apps.vue
+++ b/frontend/src/components/Apps.vue
@@ -3,8 +3,8 @@