🎉 Add base font size flag (#7270)

This commit is contained in:
Eva Marco 2025-09-05 13:36:32 +02:00 committed by GitHub
parent 286e477ad5
commit 2f3b464715
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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"