From dbac814a37b6015345a25395c1e52e6f1b1afb19 Mon Sep 17 00:00:00 2001 From: Cleyton Jesus Date: Wed, 19 Nov 2025 11:53:06 -0300 Subject: [PATCH] fix --- frontend/src/pages/Profile/ActiveGroups/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/Profile/ActiveGroups/index.jsx b/frontend/src/pages/Profile/ActiveGroups/index.jsx index a60982d..48d0c1f 100644 --- a/frontend/src/pages/Profile/ActiveGroups/index.jsx +++ b/frontend/src/pages/Profile/ActiveGroups/index.jsx @@ -52,7 +52,7 @@ export default function ActiveGroups() { key={group.groupId} to={`/groups/${group.groupId}`} className="flex items-center gap-3 px-4 py-3 rounded-xl - bg-linear-to-r from-white/60 to-white/10 + bg-surface border border-muted text-sm font-medium text-foreground shadow-sm hover:shadow-lg hover:scale-105 transition-all duration-200 group w-40"