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: {
|
info: {
|
||||||
main: '#6780da',
|
main: '#6780da',
|
||||||
light: '#63a0cf;',
|
light: '#63a0cf',
|
||||||
},
|
},
|
||||||
error: {
|
error: {
|
||||||
main: '#e44918',
|
main: '#e44918',
|
||||||
@@ -48,7 +48,7 @@ function configTheme(mode: PaletteMode): ThemeOptions {
|
|||||||
},
|
},
|
||||||
info: {
|
info: {
|
||||||
main: '#6780da',
|
main: '#6780da',
|
||||||
light: '#63a0cf;',
|
light: '#63a0cf',
|
||||||
},
|
},
|
||||||
error: {
|
error: {
|
||||||
main: '#e44918',
|
main: '#e44918',
|
||||||
|
|||||||
Reference in New Issue
Block a user