design: Minor design refactoring
This commit is contained in:
parent
1d14323fe2
commit
6bcf349813
3 changed files with 3 additions and 9 deletions
|
|
@ -511,7 +511,7 @@ class ChatUI extends StatelessWidget {
|
|||
controller.room.membership == Membership.join
|
||||
? Container(
|
||||
decoration: BoxDecoration(
|
||||
color: Theme.of(context).backgroundColor,
|
||||
color: Theme.of(context).scaffoldBackgroundColor,
|
||||
),
|
||||
child: Row(
|
||||
crossAxisAlignment: CrossAxisAlignment.end,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue