enhance(ui): make consistent accent colors for all the popover dropdown

This commit is contained in:
charlie
2024-01-05 15:20:12 +08:00
parent a27f360cd8
commit 8be15476ab
7 changed files with 47 additions and 20 deletions

View File

@@ -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"))]]