add style fill to connection labels in e2e tests
This commit is contained in:
parent
bf139735bf
commit
46921d6025
1 changed files with 3 additions and 1 deletions
|
|
@ -917,12 +917,13 @@ y: {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
x -> y: {
|
x -> y: in style {
|
||||||
style: {
|
style: {
|
||||||
stroke: green
|
stroke: green
|
||||||
opacity: 0.5
|
opacity: 0.5
|
||||||
stroke-width: 2
|
stroke-width: 2
|
||||||
stroke-dash: 5
|
stroke-dash: 5
|
||||||
|
fill: lavender
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
`,
|
`,
|
||||||
|
|
@ -1041,6 +1042,7 @@ size S -> size M: custom 15 {
|
||||||
}
|
}
|
||||||
size XXXL -> custom 64: custom 48 {
|
size XXXL -> custom 64: custom 48 {
|
||||||
style.font-size: 48
|
style.font-size: 48
|
||||||
|
style.fill: lavender
|
||||||
}
|
}
|
||||||
`,
|
`,
|
||||||
}, {
|
}, {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue