mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
fix(ui): incorrect nodes edge color for the global graph view #10578
This commit is contained in:
@@ -85,5 +85,6 @@
|
||||
(str/replace "hsl(" "")
|
||||
(str/replace ")" "")
|
||||
(str/split ","))]
|
||||
(let [hsl-color (map js/parseFloat hsl-color)]
|
||||
(when-let [hsl-color (and (not (str/blank? (first hsl-color)))
|
||||
(map js/parseFloat hsl-color))]
|
||||
(apply util/hsl2hex hsl-color))))
|
||||
|
||||
Reference in New Issue
Block a user