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:
parent
a2612ab576
commit
59406a2710
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user