enhance(ui): polish default border color variable

This commit is contained in:
charlie
2024-01-16 16:31:46 +08:00
parent be5d205162
commit c55dae4b1c
2 changed files with 3 additions and 2 deletions

View File

@@ -606,7 +606,8 @@
:options {:on-click
#(p/let [root (plugin-handler/get-ls-dotdir-root)]
(js/apis.openPath (str root "/preferences.json")))}}
{:title [:span.flex.items-center.whitespace-nowrap.space-x-1 (ui/icon "bug") (t :plugin/open-logseq-dir) [:code "~/.logseq"]]
{:title [:span.flex.items-center.whitespace-nowrap.gap-1
(ui/icon "bug") (t :plugin/open-logseq-dir) [:code "~/.logseq"]]
:options {:on-click
#(p/let [root (plugin-handler/get-ls-dotdir-root)]
(js/apis.openPath root))}}])