Skip to content

Commit

Permalink
Update RibbonThemeUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Jul 9, 2024
1 parent 7e9c3bf commit 9a21fbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<Version>0.6.3-beta.3</Version>
<Version>0.6.3-beta.4</Version>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion ricaun.Revit.UI/Utils/RibbonThemeUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class RibbonThemeUtils
/// <summary>
/// Theme is Dark
/// </summary>
public bool IsDark => !IsLight;
public static bool IsDark => !IsLight;

#if NET47_OR_GREATER || NET
static RibbonThemeUtils()
Expand Down

0 comments on commit 9a21fbd

Please sign in to comment.