Skip to content

Commit

Permalink
Add background fill for ports
Browse files Browse the repository at this point in the history
  • Loading branch information
hlxid committed Feb 16, 2024
1 parent e10bcd6 commit 3fe5db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/dfdElements/elementStyles.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@

.sprotty-port rect {
stroke: var(--color-foreground);
fill: var(--color-background);
fill: color-mix(in srgb, var(--color-primary), var(--color-background) 25%);
stroke-width: 0.5;
}

Expand Down

0 comments on commit 3fe5db7

Please sign in to comment.