Skip to content

Commit cdfb9d9

Browse files
committed
Updating font size for readability
1 parent e760da5 commit cdfb9d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/content-type/diagram.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ export async function createDiagram(options: CreateDiagramOptions): Promise<Crea
6464
const theme = {
6565
graph: {
6666
fontname: 'Helvetica',
67-
fontsize: '100',
67+
fontsize: '60',
6868
fontcolor: '#2a0f57',
6969
},
7070

7171
node: {
7272
fontname: 'Helvetica',
73-
fontsize: '16',
73+
fontsize: '14',
7474
fontcolor: '#555555',
7575
},
7676

0 commit comments

Comments
 (0)