Skip to content

Commit a00e41d

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 7ea92b1 commit a00e41d

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
@@ -196,6 +196,7 @@ class _SetStatusPageState extends State<SetStatusPage> {
196196
// [SingleChildScrollView.padding] below.
197197
bottom: 0),
198198
child: Row(
199+
spacing: 4,
199200
crossAxisAlignment: CrossAxisAlignment.start,
200201
children: [
201202
IconButton(

0 commit comments

Comments
 (0)