From d6efd469e416c195057c1ad65fa09e1bc66d44ea Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 19 Mar 2025 15:49:12 +0100 Subject: [PATCH] :tada: Make the design tokens feature enabled by default --- common/src/app/common/features.cljc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/src/app/common/features.cljc b/common/src/app/common/features.cljc index bb5340e9c7..b396e19370 100644 --- a/common/src/app/common/features.cljc +++ b/common/src/app/common/features.cljc @@ -61,7 +61,8 @@ "styles/v2" "layout/grid" "components/v2" - "plugins/runtime"}) + "plugins/runtime" + "design-tokens/v1"}) ;; A set of features which only affects on frontend and can be enabled ;; and disabled freely by the user any time. This features does not