Fix timeline claim icon overflow and indentation; align with container padding
cgen-51d9833173044480adeb28314531e75c
This commit is contained in:
parent
e9491e2f53
commit
b11338f827
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ export default function Timeline({
|
|||
<button
|
||||
key={e.id}
|
||||
className={cn(
|
||||
"relative w-full rounded-lg border border-border/40 bg-background/70 p-3 text-left transition hover:border-aethex-400/50",
|
||||
"relative w-full rounded-lg border border-border/40 bg-background/70 p-3 pl-8 text-left transition hover:border-aethex-400/50",
|
||||
e.claimed && "ring-1 ring-emerald-400/30",
|
||||
)}
|
||||
onClick={() => onToggleClaim?.(e.id)}
|
||||
|
|
|
|||
Loading…
Reference in a new issue