Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcostaras committed Oct 23, 2023
1 parent a01b15f commit 5d05bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lambdaisland/ornament.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@
;; the component with the appropriate classes, it has no knowledge of the
;; actual styles, which are expected to be rendered on the backend or
;; during compilation.
`(def ~(with-meta sym {::css true :ornament (dissoc (get @registry varsym) :component :fn-tails)})
`(def ~(with-meta sym (merge (meta sym) {::css true :ornament (dissoc (get @registry varsym) :component :fn-tails)}))
(styled '~varsym
~css-class
~tag
Expand Down

0 comments on commit 5d05bca

Please sign in to comment.