Compare commits

..

No commits in common. "10a3aacf15beba2b5e4f4ec1fe559154ed1b926f" and "0826374de3d7cb04f8328dd35a42eca3d262c6df" have entirely different histories.

3 changed files with 14271 additions and 1341 deletions

15608
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -98,7 +98,7 @@
"@sealcode/add-to-head": "^1.0.0", "@sealcode/add-to-head": "^1.0.0",
"@sealcode/file-manager": "^1.0.2", "@sealcode/file-manager": "^1.0.2",
"@sealcode/jdd": "^0.8.4", "@sealcode/jdd": "^0.8.4",
"@sealcode/jdd-editor": "^0.2.8", "@sealcode/jdd-editor": "^0.2.7",
"@sealcode/sealgen": "^0.19.6", "@sealcode/sealgen": "^0.19.6",
"@sealcode/show-first-row": "^0.1.0", "@sealcode/show-first-row": "^0.1.0",
"@sealcode/simplemde": "^1.12.1", "@sealcode/simplemde": "^1.12.1",

View File

@ -214,7 +214,7 @@
height: 50px; height: 50px;
padding: 8px; padding: 8px;
flex-grow: 1; flex-grow: 1;
background-color: var(--color-brand-text-bg); background-color: var(--color-brand-canvas);
&[disabled] { &[disabled] {
background-color: var(--color-brand-canvas-09); background-color: var(--color-brand-canvas-09);