Skip to content

Commit

Permalink
feat: hard-code fixed text size for custom path text field
Browse files Browse the repository at this point in the history
  • Loading branch information
d-loose committed Sep 24, 2024
1 parent bc506ca commit e1536b7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit e1536b7

Please sign in to comment.