Skip to content

Commit 31c59d0

Browse files
author
sam
committed
Updated default padding back to 24.0 for the TextField.
1 parent dd1fb46 commit 31c59d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/presentation/language_tool_text_field.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class LanguageToolTextField extends StatefulWidget {
6363
}
6464

6565
class _LanguageToolTextFieldState extends State<LanguageToolTextField> {
66-
static const _padding = 8.0;
66+
static const _padding = 24.0;
6767

6868
final _focusNode = FocusNode();
6969
final _scrollController = ScrollController();

0 commit comments

Comments
 (0)