[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2025-02-14 21:23:01 +00:00
committed by GitHub
parent add48da4c8
commit 2fb6ea7b77
2 changed files with 6 additions and 3 deletions

View File

@@ -1576,15 +1576,15 @@ $defs: # JSON Schema definition (maybe we should move these to a separate file)
items:
type: string
default: ['#fff']
titleColor:
titleColor:
description: Calculated from textColor
type: string
default: "#00ff00"
default: '#00ff00'
titleFontFamily:
description: Font family to be used for the title text in Journey Diagrams
type: string
default: '"Open Sans", sans-serif'
titleFontSize:
titleFontSize:
description: Font size in pixels to be used for the title text in Journey Diagrams
type: string
default: '32px'