Skip to content

Commit f757587

Browse files
committed
compose: Add tooltip to send button
Looks like I forgot to get this one in #98, oops.
1 parent 21cca5b commit f757587

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/widgets/compose_box.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -547,6 +547,8 @@ class _StreamSendButtonState extends State<_StreamSendButton> {
547547
color: backgroundColor,
548548
),
549549
child: IconButton(
550+
tooltip: 'Send',
551+
550552
// Match the height of the content input. Zeroing the padding lets the
551553
// constraints take over.
552554
constraints: const BoxConstraints(minWidth: _sendButtonSize, minHeight: _sendButtonSize),

0 commit comments

Comments
 (0)