From ddef0f656a371e79e3b86c27d4aaa4eaffaf5aa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henr=C3=A9=20Botha?= Date: Thu, 30 Jan 2025 10:40:41 +0100 Subject: [PATCH] Fix typo in theming docs --- src/content/docs/guide/theming.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/guide/theming.mdx b/src/content/docs/guide/theming.mdx index ad09712..1e66eef 100644 --- a/src/content/docs/guide/theming.mdx +++ b/src/content/docs/guide/theming.mdx @@ -93,7 +93,7 @@ name = "my-theme" parent = "autumn" [colors] -AlertInto = "green" +AlertInfo = "green" Guidance = "#888844" ```