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

Commit 28e156d

Browse files
Undoing unintentional change
1 parent d12b1d4 commit 28e156d

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)