mirror of
https://github.com/marktext/marktext.git
synced 2025-05-03 17:01:47 +08:00
fix: small typo (#811)
This commit is contained in:
parent
ec5993a3a1
commit
499a3cd36b
@ -7,7 +7,7 @@ export default {
|
|||||||
label: 'Theme',
|
label: 'Theme',
|
||||||
id: 'themeMenu',
|
id: 'themeMenu',
|
||||||
submenu: [{
|
submenu: [{
|
||||||
label: 'Mateial Dark',
|
label: 'Material Dark',
|
||||||
type: 'radio',
|
type: 'radio',
|
||||||
id: 'dark',
|
id: 'dark',
|
||||||
checked: theme === 'dark',
|
checked: theme === 'dark',
|
||||||
|
Loading…
Reference in New Issue
Block a user