enhance: overdue style tweaks

This commit is contained in:
Tienson Qin
2024-12-26 06:36:21 +08:00
parent cb33edd428
commit 5d9e4b68c1
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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;
}
}