Fix snake draft Discord pick numbering and small UX tweaks #2

Merged
chrisp merged 3 commits from chore/draft-ux-tweaks into main 2026-05-22 04:18:12 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit f3c1ad52ec - Show all commits

View file

@ -77,7 +77,7 @@ const SortableQueueItem = memo(function SortableQueueItem({
style={style}
{...attributes}
className={`p-2 rounded-lg ${
canPick ? "bg-electric/10 border border-electric/40" : "bg-card"
canPick ? "bg-electric/10 border border-electric/40" : "bg-white/[0.06]"
}`}
>
<div className="flex items-center gap-2">

View file

@ -33,9 +33,9 @@ export const SidebarRecentPicks = memo(function SidebarRecentPicks({ picks }: Si
.map((pick) => (
<div
key={pick.id}
className="flex items-center justify-between p-2 bg-card rounded-lg text-sm"
className="flex items-center justify-between p-2 bg-white/[0.06] rounded-lg text-sm"
>
<div className="flex items-center gap-2 min-w-0 flex-1">
<div className="flex items-start gap-2 min-w-0 flex-1">
<Badge variant="outline" className="text-xs flex-shrink-0">
#{pick.pickNumber}
</Badge>