mirror of
https://github.com/penpot/penpot.git
synced 2026-03-06 18:21:09 +00:00
🎉 Update Typography palette order
This commit is contained in:
committed by
Alejandro Alonso
parent
bef9bbaa6a
commit
eaaeef2335
@@ -14,6 +14,7 @@
|
||||
### :arrow_up: Deps updates
|
||||
|
||||
### :heart: Community contributions by (Thank you!)
|
||||
- Update Typography palette order #3156 (by @akshay-gupta7) [#3156](https://github.com/penpot/penpot/pull/3156)
|
||||
|
||||
## 1.18.3
|
||||
|
||||
|
||||
@@ -68,8 +68,8 @@
|
||||
current-typographies
|
||||
(case @selected
|
||||
:recent []
|
||||
:file (vals file-typographies)
|
||||
(vals (get-in shared-libs [@selected :data :typographies])))
|
||||
:file (sort-by #(str/lower (:name %)) (vals file-typographies))
|
||||
(sort-by #(str/lower (:name %)) (vals (get-in shared-libs [@selected :data :typographies]))))
|
||||
|
||||
container (mf/use-ref nil)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user