fix: get rid of `:redef-in-file` warning (#18053)

This commit is contained in:
Siddarth Kumar 2023-12-04 14:18:43 +05:30 committed by GitHub
parent 1e797273b6
commit 3cd302b271
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -66,7 +66,7 @@
text-color)
label])])
(defn tag
(defn tag-internal
"opts
{:type :icon/:emoji/:label
:label string
@ -106,5 +106,5 @@
:labelled? (if (= type :label) true labelled?)}
[tag-resources size type resource icon-color label text-color labelled?]]]))
(def tag (quo.theme/with-theme tag))
(def tag (quo.theme/with-theme tag-internal))