GUIStyle.onNormal
var onNormal: GUIStyleState;
Description

Rendering settings for when the control is turned on.

	function OnGUI() {
		GUI.skin.button.onNormal.textColor = Color.red;		
	}