fix: dark mode for course and batch tags

This commit is contained in:
Jannat Patel
2025-02-11 10:52:37 +05:30
parent 7741696011
commit 2342dfe452
15 changed files with 3902 additions and 2513 deletions

View File

@@ -3,7 +3,7 @@
<Avatar :image="job.company_logo" :label="job.job_title" size="2xl" />
<div class="flex flex-col space-y-2 flex-1">
<div class="flex items-center justify-between">
<span class="font-semibold">
<span class="font-semibold text-ink-gray-9">
{{ job.job_title }}
</span>
</div>