diff --git a/frontend/src/components/pc/admin/bot/BotCard.jsx b/frontend/src/components/pc/admin/bot/BotCard.jsx index 389048b..199bb9a 100644 --- a/frontend/src/components/pc/admin/bot/BotCard.jsx +++ b/frontend/src/components/pc/admin/bot/BotCard.jsx @@ -99,7 +99,7 @@ const BotCard = memo(function BotCard({ animate={{ opacity: 1, y: 0 }} transition={isInitialLoad ? { delay: index * 0.05, duration: 0.2 } : { duration: 0.15 }} onAnimationComplete={onAnimationComplete} - className="group relative bg-white rounded-xl border border-gray-100 overflow-hidden hover:border-gray-200 hover:shadow-sm transition-all" + className="group relative bg-white rounded-xl border border-gray-200 shadow-sm overflow-hidden hover:shadow-md transition-all" > {/* 상단: 이름 + 상태 */}