Skip to content

Commit

Permalink
TW-1274: Fix overflow when typing max line
Browse files Browse the repository at this point in the history
  • Loading branch information
nqhhdev authored and hoangdat committed Jan 15, 2024
1 parent 5d391e7 commit 7d5b42e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/chat/send_file_dialog_style.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class SendFileDialogStyle {

static const double dialogWidth = 360;

static const double maxDialogHeight = 560;
static const double maxDialogHeight = 620;

static const double imageBorderRadius = 8.0;

Expand Down

0 comments on commit 7d5b42e

Please sign in to comment.