color and spacing

This commit is contained in:
Josh Hawkins 2024-04-30 23:19:33 -05:00
parent 0241561c7e
commit af71b9fc66

View File

@ -147,15 +147,15 @@ export default function ObjectSettings({
key={param} key={param}
className="flex flex-row w-full justify-between items-center" className="flex flex-row w-full justify-between items-center"
> >
<div className="flex flex-col"> <div className="flex flex-col mb-2">
<Label <Label
className="text-sm w-full text-primary capitalize cursor-pointer" className="w-full text-primary capitalize cursor-pointer mb-2"
htmlFor={param} htmlFor={param}
> >
{title} {title}
</Label> </Label>
<div className="text-xs"> <div className="text-xs text-muted-foreground">
<em>{description}</em> {description}
</div> </div>
</div> </div>
<Switch <Switch