System/MainInterfacePanel/FeaturesType2.cs
@@ -42,11 +42,11 @@ m_FeaturesTypeIcon.SetSprite(functionForecastConfig.FuncIconKey); if (PlayerDatas.Instance.baseData.LV >= functionForecastConfig.DisplayLevel) { m_FunctionalLevel.color = new Color(141, 220, 17); m_FunctionalLevel.color = new Color32(141, 220, 17,255); } else { m_FunctionalLevel.color = new Color(255, 244, 205); m_FunctionalLevel.color = new Color32(255, 244, 205,255); } if (FuncOpen.Instance.IsFuncOpen(funcId)) {