From 4622dd5e40f47210512955f264c4a051c7b4c1c3 Mon Sep 17 00:00:00 2001 From: Akmal Asghar Date: Mon, 3 Mar 2025 13:57:36 +0500 Subject: [PATCH] docs: add missing closing bracket in system token example --- guides/theming.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/theming.md b/guides/theming.md index 7b092fb5d7e9..b10fda7a0d7c 100644 --- a/guides/theming.md +++ b/guides/theming.md @@ -422,7 +422,7 @@ html { density: 0 ), $overrides: ( primary-container: orange, - ); + )); } ```