expand no permissions message

This commit is contained in:
Henry Hiles 2026-05-26 10:42:23 -04:00
commit 32dd08fd91
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs

View file

@ -165,12 +165,14 @@ class Composer extends HookConsumerWidget {
), ),
] ]
: [ : [
Padding( Expanded(
child: Padding(
padding: EdgeInsetsGeometry.all(8), padding: EdgeInsetsGeometry.all(8),
child: Text( child: Text(
"You don't have permission to send messages in this room...", "You don't have permission to send messages in this room...",
), ),
), ),
),
], ],
), ),
), ),