mirror of
https://github.com/Kxsso/jcutmirror.git
synced 2026-08-09 03:21:50 +08:00
修复拼写错误
This commit is contained in:
@@ -22,7 +22,7 @@ function configTheme(mode: PaletteMode): ThemeOptions {
|
||||
},
|
||||
info: {
|
||||
main: '#6780da',
|
||||
light: '#63a0cf;',
|
||||
light: '#63a0cf',
|
||||
},
|
||||
error: {
|
||||
main: '#e44918',
|
||||
@@ -48,7 +48,7 @@ function configTheme(mode: PaletteMode): ThemeOptions {
|
||||
},
|
||||
info: {
|
||||
main: '#6780da',
|
||||
light: '#63a0cf;',
|
||||
light: '#63a0cf',
|
||||
},
|
||||
error: {
|
||||
main: '#e44918',
|
||||
|
||||
Reference in New Issue
Block a user