diff --git a/frontend/src/app/main/ui/workspace/sidebar/options/menus/text.cljs b/frontend/src/app/main/ui/workspace/sidebar/options/menus/text.cljs index ca77bdd320..9ed0a9edfb 100644 --- a/frontend/src/app/main/ui/workspace/sidebar/options/menus/text.cljs +++ b/frontend/src/app/main/ui/workspace/sidebar/options/menus/text.cljs @@ -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