Fix: removed shadow from loop label

This commit is contained in:
Emir Karabeg
2025-02-11 20:05:34 -08:00
parent dbfc9df44f
commit a7339b515d
@@ -6,7 +6,7 @@ export function LoopLabel({ data }: NodeProps) {
<Badge
variant="outline"
className="bg-white border-[rgb(203,213,225)] text-gray-700 font-medium px-2 py-0.5 text-sm
hover:bg-gray-50 shadow-sm transition-colors duration-150"
hover:bg-gray-50 transition-colors duration-150"
>
{data.label}
</Badge>