@@ -100,10 +100,10 @@ const channelIcon = computed(() => {
{{ callInfo.location }}
@@ -112,7 +112,7 @@ const channelIcon = computed(() => {
{{ duration }}
@@ -132,7 +132,7 @@ const channelIcon = computed(() => {
slate
ghost
xs
- class="!rounded-full -my-1"
+ class="!rounded-full -my-1 -me-1 !text-n-call-widget-sub-text"
@click="$emit('dismiss')"
/>
@@ -149,13 +149,13 @@ const channelIcon = computed(() => {
{{ callInfo.contactName }}
{{ callInfo.phoneNumber }}
@@ -217,23 +217,23 @@ const channelIcon = computed(() => {
>
#{{ call.conversationId }}
{{ $t('CONVERSATION.VOICE_WIDGET.GO_TO_CONVERSATION') }}
diff --git a/theme/colors.js b/theme/colors.js
index 0f4d2af10..9dcfbeb8c 100644
--- a/theme/colors.js
+++ b/theme/colors.js
@@ -258,6 +258,11 @@ export const colors = {
black2: 'rgba(var(--black-alpha-2))',
white: 'rgba(var(--white-alpha))',
},
+ // Voice call widget
+ 'call-widget': 'rgba(var(--call-widget))',
+ 'call-widget-border': 'rgba(var(--call-widget-border))',
+ 'call-widget-text': 'rgba(var(--call-widget-text))',
+ 'call-widget-sub-text': 'rgba(var(--call-widget-sub-text))',
// Border colors
weak: 'rgb(var(--border-weak) /
)',
container: 'rgba(var(--border-container))',