mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-02-03 08:01:28 +00:00
Fix font-color in flowchart
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
This commit is contained in:
parent
9554d6d3b3
commit
0eabfc3bb3
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ export const FlowChart: React.FC<FlowChartProps> = ({ code }) => {
|
|||
'font-size': 16,
|
||||
'line-color': darkModeActivated ? '#ffffff' : '#000000',
|
||||
'element-color': darkModeActivated ? '#ffffff' : '#000000',
|
||||
'font-color': darkModeActivated ? '#ffffff' : '#000000',
|
||||
'font-family': 'Source Code Pro, "Twemoji Mozilla", monospace'
|
||||
})
|
||||
setError(false)
|
||||
|
|
Loading…
Reference in a new issue