From 0dd062d011187ffb12beb84478e5f66f03037762 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Schr=C3=B6dl?= Date: Wed, 7 Jan 2026 16:13:10 +0100 Subject: [PATCH] :bug: Fix line-height throwing for int (#7927) --- frontend/src/app/main/data/style_dictionary.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/main/data/style_dictionary.cljs b/frontend/src/app/main/data/style_dictionary.cljs index 961c0dbc96..1bf2de0d0a 100644 --- a/frontend/src/app/main/data/style_dictionary.cljs +++ b/frontend/src/app/main/data/style_dictionary.cljs @@ -236,7 +236,7 @@ Uses `font-size-value` to calculate the relative line-height value. Returns an error for an invalid font-size value." [line-height-value font-size-value font-size-errors] - (let [missing-references (seq (some cto/find-token-value-references line-height-value)) + (let [missing-references (seq (cto/find-token-value-references line-height-value)) error (cond missing-references