From e761bcac8509a5b0725a531ac9a9388a318324f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Schr=C3=B6dl?= Date: Mon, 8 Sep 2025 09:34:58 +0200 Subject: [PATCH] :bug: Fix text-transform not unapplyng text-case token (#7272) --- common/src/app/common/types/token.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/app/common/types/token.cljc b/common/src/app/common/types/token.cljc index 4f0447d449..6ae0620efe 100644 --- a/common/src/app/common/types/token.cljc +++ b/common/src/app/common/types/token.cljc @@ -282,7 +282,7 @@ (font-size-keys shape-attr) #{shape-attr :typography} (letter-spacing-keys shape-attr) #{shape-attr :typography} (font-family-keys shape-attr) #{shape-attr :typography} - (text-case-keys shape-attr) #{shape-attr :typography} + (= :text-transform shape-attr) #{:text-case :typography} (text-decoration-keys shape-attr) #{shape-attr :typography} (font-weight-keys shape-attr) #{shape-attr :typography}