add border to switches widget

This commit is contained in:
Josh Hawkins
2026-03-27 08:53:46 -05:00
parent 270d2937ea
commit 94eacc7561
@@ -180,7 +180,7 @@ export function SwitchesWidget(props: WidgetProps) {
</Button>
</CollapsibleTrigger>
<CollapsibleContent className="rounded-lg bg-secondary p-2 pr-0 md:max-w-md">
<CollapsibleContent className="rounded-lg border border-input bg-secondary p-2 pr-0 md:max-w-md">
{availableEntities.length === 0 ? (
<div className="text-sm text-muted-foreground">{emptyMessage}</div>
) : (