fix: use text-ink-gray-8 instead of 9
(cherry picked from commit 0230360145edf92bf8f9a3d8a5ab593f93ec71a3)
This commit is contained in:
parent
5aaacde6e6
commit
aa60a03484
@ -6,7 +6,7 @@
|
|||||||
<div class="flex items-center justify-between gap-2">
|
<div class="flex items-center justify-between gap-2">
|
||||||
<EmailProviderIcon :logo="emailIcon[emailAccount.service]" />
|
<EmailProviderIcon :logo="emailIcon[emailAccount.service]" />
|
||||||
<div>
|
<div>
|
||||||
<p class="text-sm font-semibold text-ink-gray-9">
|
<p class="text-sm font-semibold text-ink-gray-8">
|
||||||
{{ emailAccount.email_account_name }}
|
{{ emailAccount.email_account_name }}
|
||||||
</p>
|
</p>
|
||||||
<div class="text-sm text-ink-gray-4">{{ emailAccount.email_id }}</div>
|
<div class="text-sm text-ink-gray-4">{{ emailAccount.email_id }}</div>
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<!-- header -->
|
<!-- header -->
|
||||||
<div class="flex justify-between text-ink-gray-9">
|
<div class="flex justify-between text-ink-gray-8">
|
||||||
<div class="flex flex-col gap-1 w-9/12">
|
<div class="flex flex-col gap-1 w-9/12">
|
||||||
<h2 class="flex gap-2 text-xl font-semibold leading-none h-5">
|
<h2 class="flex gap-2 text-xl font-semibold leading-none h-5">
|
||||||
{{ __('Email accounts') }}
|
{{ __('Email accounts') }}
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
<div class="flex flex-col h-full gap-4">
|
<div class="flex flex-col h-full gap-4">
|
||||||
<!-- title and desc -->
|
<!-- title and desc -->
|
||||||
<div role="heading" aria-level="1" class="flex flex-col gap-1">
|
<div role="heading" aria-level="1" class="flex flex-col gap-1">
|
||||||
<h2 class="text-xl font-semibold text-ink-gray-9">
|
<h2 class="text-xl font-semibold text-ink-gray-8">
|
||||||
{{ __('Setup Email') }}
|
{{ __('Setup Email') }}
|
||||||
</h2>
|
</h2>
|
||||||
<p class="text-sm text-ink-gray-5">
|
<p class="text-sm text-ink-gray-5">
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
<div class="flex flex-col h-full gap-4">
|
<div class="flex flex-col h-full gap-4">
|
||||||
<!-- title and desc -->
|
<!-- title and desc -->
|
||||||
<div role="heading" aria-level="1" class="flex justify-between gap-1">
|
<div role="heading" aria-level="1" class="flex justify-between gap-1">
|
||||||
<h2 class="text-xl font-semibold text-ink-gray-9">
|
<h2 class="text-xl font-semibold text-ink-gray-8">
|
||||||
{{ __('Edit Email') }}
|
{{ __('Edit Email') }}
|
||||||
</h2>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="flex h-full flex-col gap-6 p-8 text-ink-gray-9">
|
<div class="flex h-full flex-col gap-6 p-8 text-ink-gray-8">
|
||||||
<div class="flex justify-between">
|
<div class="flex justify-between">
|
||||||
<div class="flex flex-col gap-1 w-9/12">
|
<div class="flex flex-col gap-1 w-9/12">
|
||||||
<h2 class="flex gap-2 text-xl font-semibold leading-none h-5">
|
<h2 class="flex gap-2 text-xl font-semibold leading-none h-5">
|
||||||
@ -38,7 +38,7 @@
|
|||||||
<!-- logo -->
|
<!-- logo -->
|
||||||
|
|
||||||
<div class="flex flex-col justify-between gap-4">
|
<div class="flex flex-col justify-between gap-4">
|
||||||
<span class="text-base font-semibold text-ink-gray-9">
|
<span class="text-base font-semibold text-ink-gray-8">
|
||||||
{{ __('Logo') }}
|
{{ __('Logo') }}
|
||||||
</span>
|
</span>
|
||||||
<div class="flex flex-1 gap-5">
|
<div class="flex flex-1 gap-5">
|
||||||
@ -73,7 +73,7 @@
|
|||||||
<!-- favicon -->
|
<!-- favicon -->
|
||||||
|
|
||||||
<div class="flex flex-col justify-between gap-4">
|
<div class="flex flex-col justify-between gap-4">
|
||||||
<span class="text-base font-semibold text-ink-gray-9">
|
<span class="text-base font-semibold text-ink-gray-8">
|
||||||
{{ __('Favicon') }}
|
{{ __('Favicon') }}
|
||||||
</span>
|
</span>
|
||||||
<div class="flex flex-1 gap-5">
|
<div class="flex flex-1 gap-5">
|
||||||
@ -108,7 +108,7 @@
|
|||||||
<!-- Home actions -->
|
<!-- Home actions -->
|
||||||
|
|
||||||
<div class="flex flex-col justify-between gap-4">
|
<div class="flex flex-col justify-between gap-4">
|
||||||
<span class="text-base font-semibold text-ink-gray-9">
|
<span class="text-base font-semibold text-ink-gray-8">
|
||||||
{{ __('Home actions') }}
|
{{ __('Home actions') }}
|
||||||
</span>
|
</span>
|
||||||
<div class="flex flex-1">
|
<div class="flex flex-1">
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="flex h-full flex-col gap-6 p-8 text-ink-gray-9">
|
<div class="flex h-full flex-col gap-6 p-8 text-ink-gray-8">
|
||||||
<div class="flex justify-between">
|
<div class="flex justify-between">
|
||||||
<div class="flex flex-col gap-1 w-9/12">
|
<div class="flex flex-col gap-1 w-9/12">
|
||||||
<h2 class="flex gap-2 text-xl font-semibold leading-none h-5">
|
<h2 class="flex gap-2 text-xl font-semibold leading-none h-5">
|
||||||
@ -72,7 +72,7 @@
|
|||||||
:key="user.name"
|
:key="user.name"
|
||||||
>
|
>
|
||||||
<div class="text-base">
|
<div class="text-base">
|
||||||
<span class="text-ink-gray-9">
|
<span class="text-ink-gray-8">
|
||||||
{{ user.email }}
|
{{ user.email }}
|
||||||
</span>
|
</span>
|
||||||
<span class="text-ink-gray-5">
|
<span class="text-ink-gray-5">
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="flex h-full flex-col gap-6 p-8 text-ink-gray-9">
|
<div class="flex h-full flex-col gap-6 p-8 text-ink-gray-8">
|
||||||
<div class="flex-1 flex flex-col gap-6 mt-2 overflow-y-auto">
|
<div class="flex-1 flex flex-col gap-6 mt-2 overflow-y-auto">
|
||||||
<div v-if="profile" class="flex w-full items-center justify-between">
|
<div v-if="profile" class="flex w-full items-center justify-between">
|
||||||
<FileUploader
|
<FileUploader
|
||||||
@ -50,7 +50,7 @@
|
|||||||
</component>
|
</component>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex flex-col gap-1">
|
<div class="flex flex-col gap-1">
|
||||||
<span class="text-2xl font-semibold text-ink-gray-9">
|
<span class="text-2xl font-semibold text-ink-gray-8">
|
||||||
{{ profile.full_name }}
|
{{ profile.full_name }}
|
||||||
</span>
|
</span>
|
||||||
<span class="text-base text-ink-gray-7">
|
<span class="text-base text-ink-gray-7">
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
<template #body>
|
<template #body>
|
||||||
<div class="flex h-[calc(100vh_-_8rem)]">
|
<div class="flex h-[calc(100vh_-_8rem)]">
|
||||||
<div class="flex flex-col p-2 w-52 shrink-0 bg-surface-gray-2">
|
<div class="flex flex-col p-2 w-52 shrink-0 bg-surface-gray-2">
|
||||||
<h1 class="px-2 pt-2 mb-3 text-lg font-semibold text-ink-gray-9">
|
<h1 class="px-2 pt-2 mb-3 text-lg font-semibold text-ink-gray-8">
|
||||||
{{ __('Settings') }}
|
{{ __('Settings') }}
|
||||||
</h1>
|
</h1>
|
||||||
<div v-for="tab in tabs">
|
<div v-for="tab in tabs">
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
<div class="flex justify-between">
|
<div class="flex justify-between">
|
||||||
<div class="flex flex-col gap-1 w-9/12">
|
<div class="flex flex-col gap-1 w-9/12">
|
||||||
<h2
|
<h2
|
||||||
class="flex gap-2 text-xl font-semibold leading-none h-5 text-ink-gray-9"
|
class="flex gap-2 text-xl font-semibold leading-none h-5 text-ink-gray-8"
|
||||||
>
|
>
|
||||||
{{ title || __(doctype) }}
|
{{ title || __(doctype) }}
|
||||||
<Badge
|
<Badge
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
<div class="flex justify-between">
|
<div class="flex justify-between">
|
||||||
<div class="flex flex-col gap-1 w-9/12">
|
<div class="flex flex-col gap-1 w-9/12">
|
||||||
<h2
|
<h2
|
||||||
class="flex gap-2 text-xl font-semibold leading-none h-5 text-ink-gray-9"
|
class="flex gap-2 text-xl font-semibold leading-none h-5 text-ink-gray-8"
|
||||||
>
|
>
|
||||||
{{ __('Telephony settings') }}
|
{{ __('Telephony settings') }}
|
||||||
<Badge
|
<Badge
|
||||||
@ -46,7 +46,7 @@
|
|||||||
|
|
||||||
<!-- Twilio -->
|
<!-- Twilio -->
|
||||||
<div v-if="isManager()" class="flex flex-col justify-between gap-4">
|
<div v-if="isManager()" class="flex flex-col justify-between gap-4">
|
||||||
<span class="text-base font-semibold text-ink-gray-9">
|
<span class="text-base font-semibold text-ink-gray-8">
|
||||||
{{ __('Twilio') }}
|
{{ __('Twilio') }}
|
||||||
</span>
|
</span>
|
||||||
<FieldLayout
|
<FieldLayout
|
||||||
@ -59,7 +59,7 @@
|
|||||||
|
|
||||||
<!-- Exotel -->
|
<!-- Exotel -->
|
||||||
<div v-if="isManager()" class="flex flex-col justify-between gap-4">
|
<div v-if="isManager()" class="flex flex-col justify-between gap-4">
|
||||||
<span class="text-base font-semibold text-ink-gray-9">
|
<span class="text-base font-semibold text-ink-gray-8">
|
||||||
{{ __('Exotel') }}
|
{{ __('Exotel') }}
|
||||||
</span>
|
</span>
|
||||||
<FieldLayout
|
<FieldLayout
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="flex h-full flex-col gap-6 p-8 text-ink-gray-9">
|
<div class="flex h-full flex-col gap-6 p-8 text-ink-gray-8">
|
||||||
<!-- Header -->
|
<!-- Header -->
|
||||||
<div class="flex justify-between">
|
<div class="flex justify-between">
|
||||||
<div class="flex flex-col gap-1 w-9/12">
|
<div class="flex flex-col gap-1 w-9/12">
|
||||||
@ -53,7 +53,7 @@
|
|||||||
size="xl"
|
size="xl"
|
||||||
/>
|
/>
|
||||||
<div class="flex flex-col gap-1 ml-3">
|
<div class="flex flex-col gap-1 ml-3">
|
||||||
<div class="flex items-center text-base text-ink-gray-9 h-4">
|
<div class="flex items-center text-base text-ink-gray-8 h-4">
|
||||||
{{ user.full_name }}
|
{{ user.full_name }}
|
||||||
</div>
|
</div>
|
||||||
<div class="text-base text-ink-gray-5">
|
<div class="text-base text-ink-gray-5">
|
||||||
@ -196,7 +196,7 @@ function RoleOption({ active, role, onClick, selected }) {
|
|||||||
'button',
|
'button',
|
||||||
{
|
{
|
||||||
class: [
|
class: [
|
||||||
active ? 'bg-surface-gray-2' : 'text-ink-gray-9',
|
active ? 'bg-surface-gray-2' : 'text-ink-gray-8',
|
||||||
'group flex w-full justify-between items-center rounded-md px-2 py-2 text-sm',
|
'group flex w-full justify-between items-center rounded-md px-2 py-2 text-sm',
|
||||||
],
|
],
|
||||||
onClick: !selected ? onClick : null,
|
onClick: !selected ? onClick : null,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user