From 75a5fe7716539c08ad22169f7206d7247bf45ab4 Mon Sep 17 00:00:00 2001 From: zubiden <19638254+zubiden@users.noreply.github.com> Date: Sat, 2 Nov 2024 21:11:21 +0400 Subject: [PATCH] Fix gift button color (#5108) --- src/components/modals/gift/GiftItemStar.tsx | 2 +- src/components/ui/Button.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/modals/gift/GiftItemStar.tsx b/src/components/modals/gift/GiftItemStar.tsx index 46bff7152..7cbb59624 100644 --- a/src/components/modals/gift/GiftItemStar.tsx +++ b/src/components/modals/gift/GiftItemStar.tsx @@ -68,7 +68,7 @@ function GiftItemStar({ sticker, gift, onClick }: OwnProps & StateProps) { nonInteractive size={GIFT_STICKER_SIZE} /> -