From 98abe8681b7b215fc64f2da54e80828163027257 Mon Sep 17 00:00:00 2001 From: caroluchoa <43659990+caroluchoa@users.noreply.github.com> Date: Wed, 27 Mar 2024 15:35:37 -0300 Subject: [PATCH] add comment to styles --- sections/Theme/Theme.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sections/Theme/Theme.tsx b/sections/Theme/Theme.tsx index 315661f9..4a804592 100644 --- a/sections/Theme/Theme.tsx +++ b/sections/Theme/Theme.tsx @@ -280,6 +280,12 @@ export function Preview(props: Props) { const adminColorMode = props.mode === "dark" ? "dark" : "light"; return ( <> + { + /* This stylesheet is used to simulate the colors from the admin's color schema (admin's light or dark mode), which are not accessible in the site's color schema. + * This is a temporary solution until the admin's color schema is accessible. + * TODO(@carol): Change this temporary solution. + */ + }