a couple minor fixes

This commit is contained in:
sinaioutlander
2020-11-14 20:42:54 +11:00
parent 2819ced303
commit 02eca61f40
5 changed files with 19 additions and 21 deletions

View File

@ -566,7 +566,7 @@ namespace UnityExplorer.Inspectors
if (setEnabled)
{
colors.normalColor = new Color(0.2f, 0.4f, 0.2f);
colors.normalColor = new Color(0.2f, 0.6f, 0.2f);
m_memberFilter = type;
m_lastActiveMemButton = btn;
}