Skip to content

Commit

Permalink
TW-1645: Fix size for counter icon (#1816)
Browse files Browse the repository at this point in the history
  • Loading branch information
nqhhdev authored and Te-Z committed Jun 18, 2024
1 parent a59d6bc commit 5b38b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/presentation/style/media_picker_style.dart
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class MediaPickerStyle {

static const double sendIconSize = 40.0;

static const double counterIconSize = 40.0;
static const double counterIconSize = 24.0;

static const EdgeInsets counterPadding = EdgeInsets.all(1.0);

Expand Down

0 comments on commit 5b38b91

Please sign in to comment.