From 547eab0f4aa1a6e0d5d9dce0d709b46d290d1b0f Mon Sep 17 00:00:00 2001 From: Akmal Asghar Date: Wed, 5 Mar 2025 09:20:56 +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, - ); + )); } ```