Fix default values for color panels

This commit is contained in:
2025-06-20 08:56:39 -07:00
parent d5e2601cb9
commit 261d4a8985
2 changed files with 3 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ public class SettingsMenuBgColorPanel : MonoBehaviour
resetButton.onClick.AddListener(() =>
{
hexValue.text = "#3a3a3a";
hexValue.text = "#3A3A3A";
});
}