design: Slightly adjust chat design

This commit is contained in:
krille-chan 2023-07-22 11:11:35 +02:00
commit c4bc626b09
No known key found for this signature in database
5 changed files with 81 additions and 83 deletions

View file

@ -168,7 +168,6 @@ class ChatView extends StatelessWidget {
builder: (BuildContext context, snapshot) {
return Scaffold(
appBar: AppBar(
elevation: 3,
actionsIconTheme: IconThemeData(
color: controller.selectedEvents.isEmpty
? null
@ -215,15 +214,6 @@ class ChatView extends StatelessWidget {
height: double.infinity,
fit: BoxFit.cover,
filterQuality: FilterQuality.medium,
)
else
Container(
decoration: BoxDecoration(
gradient: FluffyThemes.backgroundGradient(
context,
64,
),
),
),
SafeArea(
child: Column(