increase padding for no permission message
This commit is contained in:
parent
64b3127fd1
commit
4848840538
1 changed files with 4 additions and 1 deletions
|
|
@ -167,7 +167,10 @@ class Composer extends HookConsumerWidget {
|
|||
: [
|
||||
Expanded(
|
||||
child: Padding(
|
||||
padding: EdgeInsetsGeometry.all(8),
|
||||
padding: EdgeInsetsGeometry.symmetric(
|
||||
horizontal: 8,
|
||||
vertical: 12,
|
||||
),
|
||||
child: Text(
|
||||
"You don't have permission to send messages in this room...",
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue