Cleanup after initial plan

This commit is contained in:
Aerilyn Weber 2026-05-19 10:13:40 +09:00
parent d2a7e652b3
commit 245520fb50
53 changed files with 6733 additions and 621 deletions

View file

@ -78,7 +78,7 @@ describe('ThemeProvider', () => {
expect(screen.getByTestId('accent').textContent).toBe('cobalt');
expect(localStorage.getItem('mt-accent')).toBe('cobalt');
expect(document.documentElement.style.getPropertyValue('--brand')).toBe('#2e5aa8');
expect(document.documentElement.style.getPropertyValue('--brand')).toBe('#3b82f6');
});
it('toggleTheme flips light to dark', () => {