style: update category badges to white background and larger size

This commit is contained in:
Avery Felts 2026-01-27 09:04:10 -07:00
parent 211d388017
commit f769a79d91

View File

@ -111,7 +111,7 @@ export default function SmokingAidsPage() {
sizes="(max-width: 640px) 100vw, 300px"
/>
</div>
<Badge variant="secondary" className="absolute top-4 left-4 backdrop-blur-md bg-background/50 border-white/10">
<Badge variant="secondary" className="absolute top-4 left-4 backdrop-blur-md bg-white text-black border-white/20 shadow-sm px-3 py-1 text-sm font-medium">
{item.category}
</Badge>
</div>