Skip to content
This repository was archived by the owner on Oct 21, 2025. It is now read-only.

Commit 72c709b

Browse files
committed
fix border color
1 parent a6c49d4 commit 72c709b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/features/dfdElements/elementStyles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
Used as a highlighter to mark nodes with errors.
1515
This is essentially a "optional parameter" to this css rule.
1616
See https://stackoverflow.com/questions/17893823/how-to-pass-parameters-to-css-classes */
17-
stroke: var(--color, var(--color-foreground));
17+
stroke: var(--color-foreground);
1818
stroke-width: 1;
1919
/* Background fill of the node.
2020
When --color is unset this is just --color-primary.

0 commit comments

Comments
 (0)