mirror of
https://github.com/logseq/logseq.git
synced 2026-04-27 15:45:00 +00:00
Merge branch 'master' into enhance/mobile-ux-2
This commit is contained in:
@@ -1923,7 +1923,8 @@
|
||||
(when bg-color
|
||||
{:style {:background-color (if (some #{bg-color} ui/block-background-colors)
|
||||
(str "var(--ls-highlight-color-" bg-color ")")
|
||||
bg-color)}
|
||||
bg-color)
|
||||
:color (when-not (some #{bg-color} ui/block-background-colors) "white")}
|
||||
:class "px-1 with-bg-color"}))
|
||||
(remove-nils
|
||||
(concat
|
||||
|
||||
Reference in New Issue
Block a user