Skip to content

Commit

Permalink
Make the default background white for infrastructure nodes.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Jun 21, 2020
1 parent f371263 commit 3d65158
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions structurizr-core/src/com/structurizr/view/Styles.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ public void addDefaultStyles() {
addElementStyle(Tags.CONTAINER).background("#438dd5").color("#ffffff");
addElementStyle(Tags.COMPONENT).background("#85bbf0").color("#000000");
addElementStyle(Tags.PERSON).background("#08427b").color("#ffffff").shape(Shape.Person);
addElementStyle(Tags.INFRASTRUCTURE_NODE).background("#ffffff");
}

public Collection<RelationshipStyle> getRelationships() {
Expand Down

0 comments on commit 3d65158

Please sign in to comment.