diff --git a/.env.development b/.env.development index 8ac7485d2..ff9ff89dd 100644 --- a/.env.development +++ b/.env.development @@ -46,7 +46,7 @@ JWT_ACCESS_TOKEN_EXPIRY=15m JWT_REFRESH_TOKEN_EXPIRY=7d JWT_ISSUER=manacore JWT_AUDIENCE=manacore -CORS_ORIGINS=http://localhost:3000,http://localhost:3002,http://localhost:5173,http://localhost:5174,http://localhost:5175,http://localhost:5176,http://localhost:5177,http://localhost:5178,http://localhost:5179,http://localhost:5180,http://localhost:5181,http://localhost:5182,http://localhost:5183,http://localhost:5184,http://localhost:5185,http://localhost:5186,http://localhost:8081 +CORS_ORIGINS=http://localhost:3000,http://localhost:3002,http://localhost:5173,http://localhost:5174,http://localhost:5175,http://localhost:5176,http://localhost:5177,http://localhost:5178,http://localhost:5179,http://localhost:5180,http://localhost:5181,http://localhost:5182,http://localhost:5183,http://localhost:5184,http://localhost:5185,http://localhost:5186,http://localhost:5187,http://localhost:5188,http://localhost:5189,http://localhost:5190,http://localhost:8081 CREDITS_SIGNUP_BONUS=150 CREDITS_DAILY_FREE=5 RATE_LIMIT_TTL=60 diff --git a/apps/todo/apps/web/src/lib/stores/theme.ts b/apps/todo/apps/web/src/lib/stores/theme.ts index 12afb82dc..682bdcf51 100644 --- a/apps/todo/apps/web/src/lib/stores/theme.ts +++ b/apps/todo/apps/web/src/lib/stores/theme.ts @@ -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', });