mirror of
https://github.com/simstudioai/sim.git
synced 2026-09-24 15:45:35 +08:00
Fix: removed shadow from loop label
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user