vishesh92 commented on code in PR #406:
URL: https://github.com/apache/cloudstack-www/pull/406#discussion_r3077863134


##########
docusaurus.config.js:
##########
@@ -276,7 +276,8 @@ Foundation.
       },
       colorMode: {
         defaultMode: 'light',
-        disableSwitch: true,
+        disableSwitch: false, // Changed from true to false
+        respectPrefersColorScheme: true,

Review Comment:
   ```suggestion
           respectPrefersColorScheme: false,
   ```
   @jbampton Let's keep it disabled for now. We can enable it later once we 
have polished other components which might require a change.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to