From 4d5c874b914a132081bf18a5d488c95dd6111611 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bel=C3=A9n=20Albeza?= Date: Mon, 2 Feb 2026 14:18:38 +0100 Subject: [PATCH] :wrench: Fix typography token test --- .../src/app/main/ui/inspect/styles/rows/properties_row.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/main/ui/inspect/styles/rows/properties_row.cljs b/frontend/src/app/main/ui/inspect/styles/rows/properties_row.cljs index e3b3104fa8..0a317d7339 100644 --- a/frontend/src/app/main/ui/inspect/styles/rows/properties_row.cljs +++ b/frontend/src/app/main/ui/inspect/styles/rows/properties_row.cljs @@ -21,7 +21,7 @@ (def ^:private schema:properties-row [:map [:term :string] - [:detail :string] + [:detail {:optional true} [:maybe :string]] [:property {:optional true} :string] ;; CSS valid property [:token {:optional true} :any] ;; resolved token object [:copiable {:optional true} :boolean]])