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

Commit 0acb9fe

Browse files
Merge branch 'master' into enhancements/changes-tree-view-rollup
2 parents d53009b + fb91f18 commit 0acb9fe

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)