chore: More changes

This commit is contained in:
iamsivin
2024-12-06 23:29:54 +05:30
parent 1f4c4d759b
commit c8b66e74db
3 changed files with 6 additions and 3 deletions
@@ -80,7 +80,7 @@ const toggleConversationLayout = () => {
</h1>
<span
v-if="!hasAppliedFiltersOrActiveFolders"
class="p-1 my-0.5 mx-1 rounded-md capitalize bg-slate-50 dark:bg-slate-800 text-xxs text-slate-600 dark:text-slate-300"
class="p-1 my-0.5 mx-1 rounded-md capitalize dark:bg-n-solid-3 hover:bg-n-slate-3 text-xxs text-n-slate-11"
>
{{ $t(`CHAT_LIST.CHAT_STATUS_FILTER_ITEMS.${activeStatus}.TEXT`) }}
</span>