Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/src/Pages/Profile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ const Profile: React.FC = () => {
return (
<div
key={index}
className="flex flex-col items-center justify-center p-3 bg-muted rounded-lg border border-border hover:bg-accent transition-colors cursor-pointer group"
className="flex flex-col items-center justify-center p-3 bg-muted rounded-lg border border-border hover:bg-accent [.contrast_&]:hover:bg-muted transition-colors cursor-pointer group"
title={badgeDescription}
>
<div className="mb-1 group-hover:scale-110 transition-transform">{badgeIcon}</div>
Expand Down