Skip to content

Commit

Permalink
Update Example
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Jul 22, 2024
1 parent 2866a2f commit 3f2c152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ricaun.Revit.UI.Example/Revit/AppTheme.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public Result OnStartup(UIControlledApplication application)
ribbonPanel.CreatePushButton<CommandTheme>("Light")
.SetLargeImage(LIGHT);
ribbonPanel.CreatePushButton<CommandTheme>("Dark")
.SetLargeImage(LIGHT);
.SetLargeImage(DARK);

ribbonPanel.CreatePushButton<CommandTheme>(".")
.SetLargeImage(LIGHT_GREEN)
Expand Down

0 comments on commit 3f2c152

Please sign in to comment.