cosmetic adjustments

This commit is contained in:
miloschwartz
2026-04-22 14:24:55 -07:00
parent c78b866087
commit ea4ff75552
5 changed files with 13 additions and 13 deletions

View File

@@ -45,6 +45,7 @@ export function SwitchInput({
return (
<div>
<div className="flex items-center space-x-2 mb-2">
{label && <Label htmlFor={id}>{label}</Label>}
<Switch
id={id}
checked={checked}
@@ -52,7 +53,6 @@ export function SwitchInput({
onCheckedChange={onCheckedChange}
disabled={disabled}
/>
{label && <Label htmlFor={id}>{label}</Label>}
{info && (
<Popover>
<PopoverTrigger asChild>