mirror of
https://github.com/penpot/penpot.git
synced 2026-09-10 22:19:19 +00:00
🎉 Add base font size flag (#7270)
This commit is contained in:
parent
286e477ad5
commit
2f3b464715
@ -119,6 +119,7 @@
|
|||||||
;; Only for developtment.
|
;; Only for developtment.
|
||||||
:tiered-file-data-storage
|
:tiered-file-data-storage
|
||||||
:token-units
|
:token-units
|
||||||
|
:token-base-font-size
|
||||||
:token-typography-types
|
:token-typography-types
|
||||||
:token-typography-composite
|
:token-typography-composite
|
||||||
:transit-readable-response
|
:transit-readable-response
|
||||||
|
|||||||
@ -137,7 +137,7 @@
|
|||||||
(tr "labels.export")]]
|
(tr "labels.export")]]
|
||||||
|
|
||||||
|
|
||||||
(when (and can-edit? (contains? cf/flags :token-units))
|
(when (and can-edit? (contains? cf/flags :token-base-font-size))
|
||||||
[:> icon-button* {:variant "secondary"
|
[:> icon-button* {:variant "secondary"
|
||||||
:icon "settings"
|
:icon "settings"
|
||||||
:aria-label "Settings"
|
:aria-label "Settings"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user