Skip to content

Commit 41035fb

Browse files
authored
Fix sound effect editor graph text (microsoft#10760)
It was using stroke to set the color, but we actually want to use the fill property here.
1 parent 591c5b0 commit 41035fb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

react-common/styles/controls/DraggableGraph.less

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55

66
.common-draggable-graph-text {
77
user-select: none;
8-
color: var(--pxt-neutral-foreground1);
9-
stroke: var(--pxt-neutral-foreground1);
8+
fill: var(--pxt-neutral-foreground1);
109
}
1110

1211
.draggable-graph-point {

0 commit comments

Comments
 (0)