mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-10-08 00:29:39 +02:00
Merge pull request #837 from jnnnnn/master
fix dark theme loop labels not visible
This commit is contained in:
@@ -216,7 +216,7 @@ export const getTextObj = function () {
|
||||
const txt = {
|
||||
x: 0,
|
||||
y: 0,
|
||||
'fill': 'black',
|
||||
'fill': undefined,
|
||||
'text-anchor': 'start',
|
||||
style: '#666',
|
||||
width: 100,
|
||||
|
Reference in New Issue
Block a user