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

Commit fb6b1d9

Browse files
committed
Halp
1 parent 6cdbe9d commit fb6b1d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UnityExtension/Assets/Editor/GitHub.Unity/UI/PublishView.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ public override void OnGUI()
201201
GUILayout.Space(10);
202202

203203
if (error != null)
204-
GUILayout.Label(error, Styles.ErrorLabel);
204+
EditorGUILayout.HelpBox(error, MessageType.Error);
205205

206206
GUILayout.FlexibleSpace();
207207
}

0 commit comments

Comments
 (0)