mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 18:36:43 +00:00
enhance(ui): make consistent accent colors for all the popover dropdown
This commit is contained in:
@@ -1043,7 +1043,7 @@
|
||||
{:title key
|
||||
:item [:div.flex.items-center.item-wrap
|
||||
(ui-item-renderer pid :toolbar (assoc opts :prefix "pl-" :key (str "pl-" key)))
|
||||
[:span.opacity-80 {:style {:padding-left "2px"}} key]
|
||||
[:span {:style {:padding-left "2px"}} key]
|
||||
[:span.pin.flex.items-center.opacity-60
|
||||
{:class (util/classnames [{:pinned pinned?}])}
|
||||
(ui/icon (if pinned? "pinned" "pin"))]]
|
||||
|
||||
Reference in New Issue
Block a user