We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15feba2 commit c72bc1cCopy full SHA for c72bc1c
app/components/ContributorRow.tsx
@@ -52,7 +52,7 @@ export function ContributorRow({
52
className="absolute top-0 left-0 h-full bg-[var(--foreground)] transition-all duration-1000 origin-left"
53
style={{ width: `${(user.points / maxPoints) * 100}%` }}
54
/>
55
- <div className="absolute inset-0 flex items-center px-2 font-mono text-[10px] text-[var(--background)] mix-blend-difference uppercase tracking-widest">
+ <div className="absolute inset-0 flex items-center px-2 font-mono text-[10px] text-white mix-blend-difference uppercase tracking-widest z-10 pointer-events-none">
56
POWER LEVEL
57
</div>
58
0 commit comments