Skip to content

Commit

Permalink
Style for FlowFork activity (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusVuscanNx committed Dec 7, 2023
1 parent 50e6dc2 commit 4c74e33
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public class DefaultActivityDisplaySettingsProvider : IActivityDisplaySettingsPr
["Elsa.Switch"] = new(DefaultActivityColors.Branching, ElsaStudioIcons.Tabler.SwitchDiagonal),
["Elsa.FlowSwitch"] = new(DefaultActivityColors.Branching, ElsaStudioIcons.Tabler.SwitchDiagonal),
["Elsa.FlowJoin"] = new(DefaultActivityColors.Branching, ElsaStudioIcons.Tabler.GitMerge),
["Elsa.FlowFork"] = new(DefaultActivityColors.Branching, ElsaStudioIcons.Tabler.GitFork),

// Composition
["Elsa.Complete"] = new(DefaultActivityColors.Composition, ElsaStudioIcons.Tabler.CheckCircle),
Expand Down

0 comments on commit 4c74e33

Please sign in to comment.