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:
parent
f2e389593a
commit
0534570784
1 changed files with 1 additions and 1 deletions
|
@ -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]}]
|
||||
|
|
Loading…
Add table
Reference in a new issue