Skip to content

Commit

Permalink
fix: Add box styling for Physical Actors
Browse files Browse the repository at this point in the history
  • Loading branch information
huyenngn authored and Wuestengecko committed May 22, 2024
1 parent 556fb5c commit 281b1af
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions capellambse/diagram/capstyle.py
Original file line number Diff line number Diff line change
Expand Up @@ -798,6 +798,14 @@ class in the form::
"stroke": COLORS["_CAP_Node_Yellow_Border"],
"text_fill": COLORS["_CAP_Node_Yellow_Label"],
},
"Box.PhysicalNodeActor": {
"fill": [
COLORS["_CAP_Actor_Blue_min"],
COLORS["_CAP_Actor_Blue"],
],
"stroke": COLORS["_CAP_Actor_Border_Blue"],
"text_fill": COLORS["_CAP_Actor_Blue_label"],
},
"Box.PhysicalBehaviorComponent": {
"fill": [
COLORS["_CAP_Component_Blue_min"],
Expand Down

0 comments on commit 281b1af

Please sign in to comment.