Cleanup after initial plan
This commit is contained in:
parent
d2a7e652b3
commit
245520fb50
53 changed files with 6733 additions and 621 deletions
|
|
@ -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', () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue