fix: note title color in dark theme

In dark theme note title color was set to black. Fixed it by using the same color scheme as task title
This commit is contained in:
Shahzad Bin Shahjahan 2025-03-24 13:48:14 +05:30 committed by GitHub
parent a2612ab576
commit 59406a2710
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@
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"
>
<div class="flex items-center justify-between">
<div class="truncate text-lg font-medium">
<div class="truncate text-lg font-medium text-ink-gray-9">
{{ note.title }}
</div>
<Dropdown