mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 01:16:27 +00:00
enhance: overdue style tweaks
This commit is contained in:
@@ -380,7 +380,7 @@
|
||||
(when-let [date (tc/from-long value)]
|
||||
(overdue
|
||||
date
|
||||
[:div.flex.flex-row.gap-1.items-center
|
||||
[:div.ls-datetime.flex.flex-row.gap-1.items-center
|
||||
(when-let [page-cp (state/get-component :block/page-cp)]
|
||||
(let [page-title (date/journal-name date)]
|
||||
(rum/with-key
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
.overdue {
|
||||
@apply text-yellow-rx-08 dark:text-yellow-rx-10;
|
||||
.page-ref {
|
||||
:not(.ls-datetime) .page-ref {
|
||||
@apply text-yellow-rx-08 dark:text-yellow-rx-10;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user