0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-04-06 12:01:19 -05:00

🐛 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?
[:*
[: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
[{:keys [selected-ids current-file-id file-typographies shared-libs]}]