Skip to content

Commit

Permalink
Merge pull request #64 from AmityCo/dev
Browse files Browse the repository at this point in the history
adjust text height and cursor height
  • Loading branch information
ThanakornThanom authored Dec 18, 2024
2 parents ba59d09 + b53c61e commit f7c5026
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions lib/view/social/comments.dart
Original file line number Diff line number Diff line change
Expand Up @@ -462,10 +462,9 @@ class CommentTextField extends StatelessWidget {
),
keyboardType: TextInputType.multiline,
maxLines: null, // Allows for any number of lines

style: TextStyle(
height:
Provider.of<AmityUIConfiguration>(context).textheight,
cursorHeight: 19,
style: const TextStyle(
height: 1.1,
),
),
),
Expand Down

0 comments on commit f7c5026

Please sign in to comment.