Skip to content

Commit

Permalink
TW-1645: Fix size for counter icon
Browse files Browse the repository at this point in the history
  • Loading branch information
nqhhdev committed May 29, 2024
1 parent 15affc5 commit a0bb7ba
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 a0bb7ba

Please sign in to comment.