Skip to content

Change color mode attribute to 'light' in layout - #124

Merged
joshblack merged 1 commit into
mainfrom
joshblack-patch-1
Jul 30, 2026
Merged

Change color mode attribute to 'light' in layout#124
joshblack merged 1 commit into
mainfrom
joshblack-patch-1

Conversation

@joshblack

Copy link
Copy Markdown
Member

Closes #

Changelog

New

Changed

Removed

Copilot AI review requested due to automatic review settings July 30, 2026 16:11

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Sets the default color mode for the app layout HTML root to a fixed light theme instead of auto-detecting.

Changes:

  • Change data-color-mode from "auto" to "light" on the root <html> element.
Show a summary per file
File Description
website/src/app/layout.tsx Forces the initial color mode to light via data-color-mode

Review details

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 1/1 changed files
  • Comments generated: 1
  • Review effort level: Low

export default function Layout({children}: {children: React.ReactNode}) {
return (
<html lang="en" data-color-mode="auto" data-light-theme="light" data-dark-theme="dark">
<html lang="en" data-color-mode="light" data-light-theme="light" data-dark-theme="dark">
@joshblack
joshblack merged commit 0717d9b into main Jul 30, 2026
7 of 8 checks passed
@joshblack
joshblack deleted the joshblack-patch-1 branch July 30, 2026 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants