refactor: uploading content in lesson

This commit is contained in:
Jannat Patel
2024-09-16 10:33:16 +05:30
parent d44c7cd9fc
commit a7843e0e3a
8 changed files with 109 additions and 2202 deletions

View File

@@ -62,7 +62,7 @@ export class CodeBox {
static get toolbox() {
const app = createApp({
render: () => h(Code, { size: 24, strokeWidth: 2, color: 'black' }),
render: () => h(Code, { size: 18, strokeWidth: 1.5, color: 'black' }),
});
const div = document.createElement('div');