mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-16 06:19:39 +02:00
fix(matrix): use valid theme variant 'lavender' instead of 'purple'
The theme variant 'purple' doesn't exist - valid variants are: lume, nature, stone, ocean, sunset, midnight, rose, lavender Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
5a0815708c
commit
d492212261
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ import { createThemeStore } from '@manacore/shared-theme';
|
|||
|
||||
export const theme = createThemeStore({
|
||||
appId: 'matrix',
|
||||
defaultVariant: 'purple',
|
||||
defaultVariant: 'lavender',
|
||||
primaryColor: {
|
||||
light: '270 70% 60%', // Purple/violet
|
||||
dark: '270 70% 60%',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue