🐛 Fix delay tokens on typography row (#8851)

This commit is contained in:
Eva Marco 2026-03-31 14:06:50 +02:00 committed by GitHub
parent 5f474f9536
commit 28cefa9cba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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