Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
logseq-cldwalker committed Jan 19, 2024
1 parent 94cb9c6 commit bf65d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logseq/publish_spa.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
(println "Warning: Skipping :theme-mode since it is invalid. Must be 'light' or 'dark'.")
"light"))))

(def valid-colors
(def ^:private valid-colors
"From frontend.colors/color-list"
[:tomato :red :crimson :pink :plum :purple :violet :indigo :blue :cyan :teal :green :grass :orange :brown])

Expand Down

0 comments on commit bf65d05

Please sign in to comment.