refactor(theme): make light mode the default shell

This commit is contained in:
2026-04-21 21:43:11 -04:00
parent 276fbad45e
commit e0b6120cd3
5 changed files with 66 additions and 53 deletions

View File

@@ -21,8 +21,11 @@ describe("legacy design migration", () => {
expect(layout).not.toContain("Local iCal");
expect(layout).not.toContain("editor for calendar events");
expect(layout).not.toContain("glass-strong");
expect(layout).toContain('defaultTheme="light"');
expect(layout).toContain("enableColorScheme");
expect(manifest).not.toContain("local-ical");
expect(manifest).not.toContain("Local iCal editor");
expect(manifest).toContain('theme_color: "#ffffff"');
});
test("auth screens use console surfaces instead of old glass cards", () => {