🐛 Fix typo in text palette

This commit is contained in:
alonso.torres 2022-03-01 13:00:48 +01:00
parent f2e389593a
commit 0534570784

View file

@ -51,7 +51,7 @@
(when-not name-only? (when-not name-only?
[:* [:*
[:div.typography-font (:name font-data)] [:div.typography-font (:name font-data)]
[:div.typography-data (str (:font-size typography) "pt | " (:name variant-data))]])])) [:div.typography-data (str (:font-size typography) "px | " (:name variant-data))]])]))
(mf/defc palette (mf/defc palette
[{:keys [selected-ids current-file-id file-typographies shared-libs]}] [{:keys [selected-ids current-file-id file-typographies shared-libs]}]