This commit is contained in:
Keith Simmons 2022-03-31 17:51:25 -07:00
parent b4087b115b
commit e3366c490e
2 changed files with 2080 additions and 406 deletions

1672
message.txt Normal file

File diff suppressed because it is too large Load diff

View file

@ -262,7 +262,9 @@ const editor = {
const syntax = { const syntax = {
primary: { primary: {
color: { value: "000000" }, color: {
value: core.color.neutral[150]
},
weight: { value: "normal" }, weight: { value: "normal" },
}, },
comment: { comment: {