mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-18 08:09:40 +02:00
🔧 chore: extend CORS origins and update todo theme
- Add ports 5187-5190 to CORS origins for future apps - Change todo app default theme from amethyst to ocean 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
cda300440d
commit
39b8a5682f
2 changed files with 2 additions and 2 deletions
|
|
@ -3,5 +3,5 @@ import { createThemeStore } from '@manacore/shared-theme';
|
|||
// Create theme store with Todo's primary color (purple/violet)
|
||||
export const theme = createThemeStore({
|
||||
appId: 'todo',
|
||||
defaultVariant: 'amethyst',
|
||||
defaultVariant: 'ocean',
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue