Skip to content

Commit 01cc018

Browse files
authored
Merge pull request #593 from flixlix/524-flow-line-color-not-showing
524 flow line color not showing
2 parents 9300869 + cb6aaf1 commit 01cc018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/style.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ export const styles = css`
242242
243243
.individual-top path,
244244
.individual-top circle {
245-
stroke: var(--icon-individual-left-top-color);
245+
stroke: var(--individual-left-top-color);
246246
}
247247
248248
#individual-left-bottom-icon {

0 commit comments

Comments
 (0)