Merge pull request #694 from shahzadbinshahjahan/develop
fix: note title color in dark theme
This commit is contained in:
commit
afbd44df5d
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user