Merge pull request #5338 from ad1992/aakansha/line-name

feat: add name attribute and class "actor-line" to line
This commit is contained in:
Sidharth Vinod
2024-03-08 14:28:11 +00:00
committed by GitHub
8 changed files with 16 additions and 14 deletions

View File

@@ -250,7 +250,7 @@ The theming engine will only recognize hex colors and not color names. So, the v
| actorBkg | mainBkg | Actor Background Color |
| actorBorder | primaryBorderColor | Actor Border Color |
| actorTextColor | primaryTextColor | Actor Text Color |
| actorLineColor | grey | Actor Line Color |
| actorLineColor | actorBorder | Actor Line Color |
| signalColor | textColor | Signal Color |
| signalTextColor | textColor | Signal Text Color |
| labelBoxBkgColor | actorBkg | Label Box Background Color |