diff --git a/flutter_packages/prompting_client_ui/lib/home/home_prompt_page.dart b/flutter_packages/prompting_client_ui/lib/home/home_prompt_page.dart index 2dd99f5..c47c528 100644 --- a/flutter_packages/prompting_client_ui/lib/home/home_prompt_page.dart +++ b/flutter_packages/prompting_client_ui/lib/home/home_prompt_page.dart @@ -308,6 +308,7 @@ class _CustomPathTextField extends ConsumerWidget { crossAxisAlignment: CrossAxisAlignment.start, children: [ TextFormField( + style: Theme.of(context).textTheme.bodyMedium, initialValue: customPath, onChanged: notifier.setCustomPath, decoration: InputDecoration(