Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

Commit

Permalink
Fix themed logo usage (#865)
Browse files Browse the repository at this point in the history
  • Loading branch information
FejZa authored Jul 18, 2021
1 parent 7ded565 commit f0d8272
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ public static Texture2D LightThemeLogo
/// </summary>
public static void RenderMixedRealityToolkitLogo()
{
RenderInspectorHeader(EditorGUIUtility.isProSkin ? LightThemeLogo : DarkThemeLogo);
RenderInspectorHeader(EditorGUIUtility.isProSkin ? DarkThemeLogo : LightThemeLogo);
}

/// <summary>
Expand Down

0 comments on commit f0d8272

Please sign in to comment.