From d825e4fe597753031946ecc1bc2fd6e14dee6fb8 Mon Sep 17 00:00:00 2001 From: zdl <3489966805@qq.com> Date: Thu, 27 Nov 2025 11:19:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=85=B3=E6=B3=A8=E6=8C=89=E9=92=AEUI?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Community/components/EventCard/EventFollowButton.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/views/Community/components/EventCard/EventFollowButton.js b/src/views/Community/components/EventCard/EventFollowButton.js index 58447836..8dc57383 100644 --- a/src/views/Community/components/EventCard/EventFollowButton.js +++ b/src/views/Community/components/EventCard/EventFollowButton.js @@ -32,10 +32,10 @@ const EventFollowButton = ({ size={size} colorScheme="yellow" variant="ghost" - bg="whiteAlpha.500" + bg="rgba(113, 128, 150, 0.6)" boxShadow="sm" _hover={{ - bg: 'whiteAlpha.800', + bg: 'rgba(113, 128, 150, 0.8)', boxShadow: 'md' }} icon={ @@ -47,8 +47,7 @@ const EventFollowButton = ({ ) : ( ) }