From f16b87972a5dc9f638340a1fc16afd682516fd9f Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Mon, 23 Jun 2025 10:31:26 -0700 Subject: [PATCH] correct how colors are used --- settings.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.mdx b/settings.mdx index 087353f4a..0f67da982 100644 --- a/settings.mdx +++ b/settings.mdx @@ -66,12 +66,12 @@ See [Themes](themes) for more information. Must be a hex code beginning with `#`. - Primary color variant for light mode. + Light color variant of your theme. Must be a hex code beginning with `#`. - Primary color variant for dark mode. + Dark color variant of your theme. Must be a hex code beginning with `#`.