File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
structurizr-examples/src/com/structurizr/example/core Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,8 +68,8 @@ public static void main(String[] args) throws Exception {
68
68
styles .addElementStyle (Tags .PERSON ).shape (Shape .Person );
69
69
70
70
styles .addElementStyle (Tags .ELEMENT ).color ("#ffffff" );
71
- styles .addElementStyle (EXTERNAL_PERSON_TAG ).background ("#EC5381" );
72
- styles .addElementStyle (EXTERNAL_SOFTWARE_SYSTEM_TAG ).background ("#EC5381" );
71
+ styles .addElementStyle (EXTERNAL_PERSON_TAG ).background ("#EC5381" ). border ( Border . Dashed ) ;
72
+ styles .addElementStyle (EXTERNAL_SOFTWARE_SYSTEM_TAG ).background ("#EC5381" ). border ( Border . Dashed ) ;
73
73
74
74
styles .addElementStyle (INTERNAL_PERSON_TAG ).background ("#B60037" );
75
75
styles .addElementStyle (INTERNAL_SOFTWARE_SYSTEM_TAG ).background ("#B60037" );
You can’t perform that action at this time.
0 commit comments