mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 11:18:36 +00:00
🐛 Fix delay tokens on typography row (#8851)
This commit is contained in:
parent
5f474f9536
commit
28cefa9cba
@ -434,7 +434,7 @@
|
||||
:title label
|
||||
:class (stl/css :title-spacing-text)}
|
||||
[:*
|
||||
(when (and token-row (some? typography-tokens) (not typography))
|
||||
(when (and token-row (some? (resolve-delay typography-tokens)) (not typography))
|
||||
[:> icon-button* {:variant "ghost"
|
||||
:aria-label (tr "ds.inputs.numeric-input.open-token-list-dropdown")
|
||||
:on-click toggle-token-dropdown
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user