diff --git a/sections/Theme/Theme.tsx b/sections/Theme/Theme.tsx
index 792a7803..315661f9 100644
--- a/sections/Theme/Theme.tsx
+++ b/sections/Theme/Theme.tsx
@@ -131,7 +131,7 @@ export interface Props {
buttonStyle?: Button;
otherStyles?: Miscellaneous;
font?: Font;
- /**
+ /**
* @description This is the admin's color-scheme mode
*/
mode?: "dark" | "light";
@@ -280,12 +280,6 @@ 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.
- */
- }
-