mirror of
https://github.com/Siccity/xNode.git
synced 2026-03-26 22:49:02 +08:00
Test: White text
This commit is contained in:
parent
7487878adb
commit
b9b5bf8d9f
@ -23,6 +23,8 @@ namespace XNodeEditor {
|
||||
public Styles() {
|
||||
GUIStyle baseStyle = new GUIStyle(EditorStyles.label);
|
||||
baseStyle.fixedHeight = 18;
|
||||
baseStyle.normal.textColor = Color.white;
|
||||
baseStyle.onNormal.textColor = Color.white;
|
||||
|
||||
inputPort = new GUIStyle(baseStyle);
|
||||
inputPort.alignment = TextAnchor.UpperLeft;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user