Skip to content

Commit

Permalink
fix(reply_bar): Use same spacing between bar buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
realth000 committed Aug 31, 2024
1 parent caa6042 commit 9d5a44d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/widgets/reply_bar/reply_bar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ final class _ReplyBarState extends State<_ReplyBar> with LoggerMixin {
onPressed: () => context.pop(),
child: const Icon(Icons.close),
),
sizedBoxW32H32,
sizedBoxW12H12,
// Send Button
FilledButton(
onPressed:
Expand Down

0 comments on commit 9d5a44d

Please sign in to comment.