Skip to content

Commit 79061a8

Browse files
committed
set-status: Add a small space between emoji button and text input field
This will separate the emoji button from text input field when emoji button is pressed (with touch feedback shown). Fixes: #1771
1 parent 06079a9 commit 79061a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/widgets/set_status.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ class _SetStatusPageState extends State<SetStatusPage> {
193193
// [SingleChildScrollView.padding] below.
194194
bottom: 0),
195195
child: Row(
196+
spacing: 4,
196197
crossAxisAlignment: CrossAxisAlignment.start,
197198
children: [
198199
IconButton(

0 commit comments

Comments
 (0)