We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09ac792 commit 7d96711Copy full SHA for 7d96711
1 file changed
apps/web/ui/activity-logs/reward-activity-item.tsx
@@ -24,13 +24,13 @@ export function RewardActivityItem({
24
<li className="relative flex min-w-0 gap-3">
25
{!isLast && (
26
<div
27
- className="absolute left-[11px] top-6 h-[calc(100%-8px)] w-px bg-neutral-200"
+ className="absolute left-[11.5px] top-6 h-[calc(100%-8px)] w-px bg-neutral-200"
28
aria-hidden="true"
29
/>
30
)}
31
32
33
- className="flex size-6 shrink-0 items-center justify-center text-neutral-500"
+ className="flex size-6 shrink-0 items-center justify-center rounded-full bg-white text-neutral-500"
34
35
>
36
{icon}
0 commit comments