Skip to content

Commit 16847ea

Browse files
authored
Merge pull request #5802 from jbriales/patch-2
Update sequenceDiagram.md
2 parents 1d14f46 + b503c2c commit 16847ea

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/syntax/sequenceDiagram.md

+3
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,9 @@ end
155155
box rgb(33,66,99)
156156
... actors ...
157157
end
158+
box rgba(33,66,99,0.5)
159+
... actors ...
160+
end
158161
```
159162

160163
> **Note**

packages/mermaid/src/docs/syntax/sequenceDiagram.md

+3
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ end
105105
box rgb(33,66,99)
106106
... actors ...
107107
end
108+
box rgba(33,66,99,0.5)
109+
... actors ...
110+
end
108111
```
109112

110113
```note

0 commit comments

Comments
 (0)