Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit c42a78d

Browse files
Merge branch 'enhancements/changes-tree-view-rollup' into enhancements/tree-improvements
2 parents 8ffcb2e + 0acb9fe commit c42a78d

File tree

1 file changed

+1
-1
lines changed
  • src/UnityExtension/Assets/Editor/GitHub.Unity/Misc

1 file changed

+1
-1
lines changed

src/UnityExtension/Assets/Editor/GitHub.Unity/Misc/Styles.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ public static GUIStyle Label
195195
label = new GUIStyle(GUI.skin.label);
196196
label.name = "CustomLabel";
197197

198-
GUIStyle hierarchyStyle = GUI.skin.FindStyle("PR Label");
198+
var hierarchyStyle = GUI.skin.FindStyle("PR Label");
199199
label.onNormal.background = hierarchyStyle.onNormal.background;
200200
label.onNormal.textColor = hierarchyStyle.onNormal.textColor;
201201
label.onFocused.background = hierarchyStyle.onFocused.background;

0 commit comments

Comments
 (0)