mirror of
https://github.com/fmhy/edit.git
synced 2026-01-12 15:01:06 +11:00
okay actually fixed light mode issue (#4398)
This commit is contained in:
parent
08d2f06cb7
commit
21162b2b0e
1 changed files with 161 additions and 161 deletions
|
|
@ -33,9 +33,9 @@ export const christmasTheme: Theme = {
|
|||
bgElv: 'rgba(255, 255, 255, 0.7)',
|
||||
bgMark: 'rgb(232, 232, 232)',
|
||||
text: {
|
||||
1: '#DEDDD4',
|
||||
1: '#353638ff',
|
||||
2: '#4b5563',
|
||||
3: '#353638ff'
|
||||
3: '#DEDDD4'
|
||||
},
|
||||
button: {
|
||||
brand: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue