diff --git a/popcorn/Assets/MyGame/Scenes/shopping/Scripts/ShopItemPurchaseView.cs b/popcorn/Assets/MyGame/Scenes/shopping/Scripts/ShopItemPurchaseView.cs index e757cbc9..f164fdec 100644 --- a/popcorn/Assets/MyGame/Scenes/shopping/Scripts/ShopItemPurchaseView.cs +++ b/popcorn/Assets/MyGame/Scenes/shopping/Scripts/ShopItemPurchaseView.cs @@ -6,7 +6,7 @@ using UnityEngine.UI; public class ShopItemPurchaseView : MonoBehaviour { public static readonly string ItemPurchaseTag = "ItemPurcahse"; - private static readonly string redColorString= "fb6346"; + private static readonly string redColorString= "#fb6346"; private static readonly int OpenTrigger = Animator.StringToHash("OpenTrigger"); private static readonly int CloseTrigger = Animator.StringToHash("CloseTrigger"); private static readonly int MaxPurchaseCount = 999;