Skip to content

Commit

Permalink
added padding
Browse files Browse the repository at this point in the history
  • Loading branch information
deathblade666 committed Sep 4, 2024
1 parent 695d1d9 commit dcf95a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/textfield.dart
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class mdtextfieldState extends State<mdtextfield> {
controller: widget.openFile,
cursorColor: Theme.of(context).colorScheme.primary,
scrollController: widget.userInputController,
padding: const EdgeInsets.only(left: 20, top: 5),
padding: const EdgeInsets.only(left: 20, top: 5, right: 20),
style: const TextStyle(fontSize: 14),
),
);
Expand Down

0 comments on commit dcf95a3

Please sign in to comment.