design: complete UI harmonization with full dark mode support and high contrast for candidate dashboard

This commit is contained in:
jeremy bayse
2026-04-14 19:02:38 +02:00
parent 21d4aaee59
commit 351bdda2a1
4 changed files with 9 additions and 9 deletions

View File

@@ -38,7 +38,7 @@ const getStatusColor = (status) => {
<span v-if="user.role === 'super_admin'" class="bg-gradient-to-r from-red-600 to-orange-500 text-white px-3 py-1 rounded-full text-[10px] font-black tracking-widest uppercase shadow-sm">
GOD MODE
</span>
<span v-else-if="user.tenant" class="bg-indigo-100 text-indigo-700 dark:bg-indigo-900/50 dark:text-indigo-400 border border-indigo-200 dark:border-indigo-800 px-3 py-1 rounded-full text-[10px] font-black tracking-widest uppercase">
<span v-else-if="user.tenant" class="bg-indigo-600 text-white dark:bg-indigo-500/20 dark:text-indigo-300 px-3 py-1 rounded-full text-[10px] font-black tracking-widest uppercase border border-indigo-700 dark:border-indigo-400/30">
Structure : {{ user.tenant.name }}
</span>
</div>