mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-16 00:07:52 +08:00
rename Lexer folder to match namespace, some cleanups and color adjustments
This commit is contained in:
@ -118,7 +118,7 @@ namespace UnityExplorer.UI.Panels
|
||||
|
||||
InputText = Input.InputField.textComponent;
|
||||
InputText.supportRichText = false;
|
||||
InputText.color = new Color(1, 1, 1, 0.65f);
|
||||
InputText.color = Color.white;
|
||||
Input.PlaceholderText.fontSize = fontSize;
|
||||
|
||||
// Lexer highlight text overlay
|
||||
|
Reference in New Issue
Block a user