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