mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-12 14:15:22 +03:00
color and spacing
This commit is contained in:
parent
0241561c7e
commit
af71b9fc66
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user