redesigned camera settings page, left the minimum height at 100%, open to change

This commit is contained in:
2025-09-26 13:38:47 +01:00
parent 1edeba9b13
commit 6773b82349
7 changed files with 28 additions and 31 deletions

View File

@@ -53,7 +53,7 @@ const CameraSettingFields = ({
enableReinitialize
>
{({ errors, touched }) => (
<Form className="flex flex-col space-y-4 p-2">
<Form className="flex flex-col space-y-6 p-2">
<div className="flex flex-col space-y-2 relative">
<label htmlFor="friendlyName">Name</label>
{touched.friendlyName && errors.friendlyName && (