mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-12 11:59:39 +02:00
fix dark theme loop labels not visible
* fix loop label text forced to black, ignoring styles * fix styles that were being ignored
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