mirror of https://github.com/penpot/penpot.git
🎉 Add base font size flag (#7270)
This commit is contained in:
parent
286e477ad5
commit
2f3b464715
|
|
@ -119,6 +119,7 @@
|
|||
;; Only for developtment.
|
||||
:tiered-file-data-storage
|
||||
:token-units
|
||||
:token-base-font-size
|
||||
:token-typography-types
|
||||
:token-typography-composite
|
||||
:transit-readable-response
|
||||
|
|
|
|||
|
|
@ -137,7 +137,7 @@
|
|||
(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 "settings"
|
||||
:aria-label "Settings"
|
||||
|
|
|
|||
Loading…
Reference in New Issue