diff --git a/frontend/lib/screens/auth/parent_register_step3_screen.dart b/frontend/lib/screens/auth/parent_register_step3_screen.dart index 1e70f2a..f26b3c6 100644 --- a/frontend/lib/screens/auth/parent_register_step3_screen.dart +++ b/frontend/lib/screens/auth/parent_register_step3_screen.dart @@ -416,7 +416,7 @@ class _ChildCardWidgetState extends State<_ChildCardWidget> { Switch(value: widget.childData.isUnbornChild, onChanged: widget.onToggleIsUnborn, activeColor: Theme.of(context).primaryColor), ], ), - const SizedBox(height: 6.0 * 1.1) + const SizedBox(height: 6.0 * 1.1), CustomAppTextField( controller: _firstNameController, labelText: 'Prénom', @@ -453,7 +453,7 @@ class _ChildCardWidgetState extends State<_ChildCardWidget> { Text('Garçon', style: GoogleFonts.merienda(fontSize: 16 * 1.1)), ], ), - const SizedBox(height: 6.0 * 1.1) + const SizedBox(height: 6.0 * 1.1), CustomAppTextField( controller: _dobController, labelText: widget.childData.isUnbornChild ? 'Date prévisionnelle de naissance' : 'Date de naissance',