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