mirror of
https://github.com/penpot/penpot.git
synced 2025-05-25 18:46:11 +02: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?
|
(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]}]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue