This commit is contained in:
Roman Volosovskyi 2016-08-02 15:17:33 +03:00
parent a52aa9af22
commit 7063237831
1 changed files with 4 additions and 2 deletions

View File

@ -67,11 +67,13 @@
:or {font :default}} t] :or {font :default}} t]
(r/as-element (r/as-element
[text-class [text-class
(if (and platform-specific font) (cond
(and platform-specific font)
(-> opts (-> opts
(dissoc :platform-specific :font) (dissoc :platform-specific :font)
(assoc :style (st/with-font style platform-specific font))) (assoc :style (st/with-font style platform-specific font)))
opts) style opts
:else {:style opts})
t]))) t])))
(defn text-input [props text] (defn text-input [props text]