Skip to content

Commit 5d05bca

Browse files
committed
.
1 parent a01b15f commit 5d05bca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lambdaisland/ornament.cljc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@
640640
;; the component with the appropriate classes, it has no knowledge of the
641641
;; actual styles, which are expected to be rendered on the backend or
642642
;; during compilation.
643-
`(def ~(with-meta sym {::css true :ornament (dissoc (get @registry varsym) :component :fn-tails)})
643+
`(def ~(with-meta sym (merge (meta sym) {::css true :ornament (dissoc (get @registry varsym) :component :fn-tails)}))
644644
(styled '~varsym
645645
~css-class
646646
~tag

0 commit comments

Comments
 (0)