1
0
forked from test/crm

Merge pull request #694 from shahzadbinshahjahan/develop

fix: note title color in dark theme
This commit is contained in:
Shariq Ansari 2025-03-24 15:57:15 +05:30 committed by GitHub
commit afbd44df5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,9 +1,9 @@
<template>
<div
class="activity group flex h-48 cursor-pointer flex-col justify-between gap-2 rounded-md bg-surface-menu-bar px-4 py-3 hover:bg-surface-gray-2"
class="activity group flex h-48 cursor-pointer flex-col justify-between gap-2 rounded-md bg-surface-gray-1 px-4 py-3 hover:bg-surface-gray-2"
>
<div class="flex items-center justify-between">
<div class="truncate text-lg font-medium">
<div class="truncate text-lg font-medium text-ink-gray-8">
{{ note.title }}
</div>
<Dropdown