diff --git a/lib/screens/home.dart b/lib/screens/home.dart index 7eca781..7c727e9 100644 --- a/lib/screens/home.dart +++ b/lib/screens/home.dart @@ -118,6 +118,7 @@ class _BoguiState extends ConsumerState { (() => _handleValidation()), }, child: TextField( + autocorrect: false, scrollPhysics: const NeverScrollableScrollPhysics(), focusNode: promptFocus, controller: ref.read(gpt.prompt), @@ -127,17 +128,17 @@ class _BoguiState extends ConsumerState { maxLines: null, keyboardType: TextInputType.multiline, cursorColor: orangeC, - style: TextStyle(color: Colors.grey[400], fontSize: 16), + style: TextStyle(color: Colors.grey[400], fontSize: 14), decoration: InputDecoration( - hintText: "Qu'ils aillent tous se faire recompiler", filled: true, helperText: "Laissez-le autocompléter votre texte plutôt que de lui poser une question...", helperStyle: const TextStyle(fontSize: 10), + hintText: "Qu'ils aillent tous se faire recompiler", hintStyle: TextStyle( color: Colors.grey[50], fontWeight: FontWeight.w100, - fontSize: 14), + fontSize: 12), // fillColor: Colors.white, prefixIconConstraints: const BoxConstraints( minHeight: 32,