fix: use text-ink-gray-8 instead of 9

(cherry picked from commit 0230360145edf92bf8f9a3d8a5ab593f93ec71a3)
This commit is contained in:
Shariq Ansari 2025-06-20 17:47:07 +05:30 committed by Mergify
parent 5aaacde6e6
commit aa60a03484
11 changed files with 20 additions and 20 deletions

View File

@ -6,7 +6,7 @@
<div class="flex items-center justify-between gap-2">
<EmailProviderIcon :logo="emailIcon[emailAccount.service]" />
<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 }}
</p>
<div class="text-sm text-ink-gray-4">{{ emailAccount.email_id }}</div>

View File

@ -1,7 +1,7 @@
<template>
<div>
<!-- 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">
<h2 class="flex gap-2 text-xl font-semibold leading-none h-5">
{{ __('Email accounts') }}

View File

@ -2,7 +2,7 @@
<div class="flex flex-col h-full gap-4">
<!-- title and desc -->
<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') }}
</h2>
<p class="text-sm text-ink-gray-5">

View File

@ -2,7 +2,7 @@
<div class="flex flex-col h-full gap-4">
<!-- title and desc -->
<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') }}
</h2>
</div>

View File

@ -1,5 +1,5 @@
<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 flex-col gap-1 w-9/12">
<h2 class="flex gap-2 text-xl font-semibold leading-none h-5">
@ -38,7 +38,7 @@
<!-- logo -->
<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') }}
</span>
<div class="flex flex-1 gap-5">
@ -73,7 +73,7 @@
<!-- favicon -->
<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') }}
</span>
<div class="flex flex-1 gap-5">
@ -108,7 +108,7 @@
<!-- Home actions -->
<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') }}
</span>
<div class="flex flex-1">

View File

@ -1,5 +1,5 @@
<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 flex-col gap-1 w-9/12">
<h2 class="flex gap-2 text-xl font-semibold leading-none h-5">
@ -72,7 +72,7 @@
:key="user.name"
>
<div class="text-base">
<span class="text-ink-gray-9">
<span class="text-ink-gray-8">
{{ user.email }}
</span>
<span class="text-ink-gray-5">

View File

@ -1,5 +1,5 @@
<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 v-if="profile" class="flex w-full items-center justify-between">
<FileUploader
@ -50,7 +50,7 @@
</component>
</div>
<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 }}
</span>
<span class="text-base text-ink-gray-7">

View File

@ -7,7 +7,7 @@
<template #body>
<div class="flex h-[calc(100vh_-_8rem)]">
<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') }}
</h1>
<div v-for="tab in tabs">

View File

@ -3,7 +3,7 @@
<div class="flex justify-between">
<div class="flex flex-col gap-1 w-9/12">
<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) }}
<Badge

View File

@ -3,7 +3,7 @@
<div class="flex justify-between">
<div class="flex flex-col gap-1 w-9/12">
<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') }}
<Badge
@ -46,7 +46,7 @@
<!-- Twilio -->
<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') }}
</span>
<FieldLayout
@ -59,7 +59,7 @@
<!-- Exotel -->
<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') }}
</span>
<FieldLayout

View File

@ -1,5 +1,5 @@
<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 -->
<div class="flex justify-between">
<div class="flex flex-col gap-1 w-9/12">
@ -53,7 +53,7 @@
size="xl"
/>
<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 }}
</div>
<div class="text-base text-ink-gray-5">
@ -196,7 +196,7 @@ function RoleOption({ active, role, onClick, selected }) {
'button',
{
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',
],
onClick: !selected ? onClick : null,