From 00c7411f920804a2e6d748939303e63b4f7adaa8 Mon Sep 17 00:00:00 2001 From: Florian Schroedl Date: Tue, 24 Jun 2025 12:53:45 +0200 Subject: [PATCH] :bug: Fix dtcg token type name --- 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 f4df0dc1c3..fae1ec84eb 100644 --- a/common/src/app/common/types/token.cljc +++ b/common/src/app/common/types/token.cljc @@ -33,7 +33,7 @@ :border-radius "borderRadius" :color "color" :dimensions "dimension" - :font-size "fontSize" + :font-size "fontSizes" :number "number" :opacity "opacity" :other "other"