We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e760da5 commit cdfb9d9Copy full SHA for cdfb9d9
1 file changed
src/core/content-type/diagram.ts
@@ -64,13 +64,13 @@ export async function createDiagram(options: CreateDiagramOptions): Promise<Crea
64
const theme = {
65
graph: {
66
fontname: 'Helvetica',
67
- fontsize: '100',
+ fontsize: '60',
68
fontcolor: '#2a0f57',
69
},
70
71
node: {
72
73
- fontsize: '16',
+ fontsize: '14',
74
fontcolor: '#555555',
75
76
0 commit comments