chore: Adjust design

This commit is contained in:
Christian Pauly 2022-07-09 09:01:22 +02:00
commit f1ebc81cf6
3 changed files with 68 additions and 64 deletions

View file

@ -164,7 +164,7 @@ class ChatView extends StatelessWidget {
builder: (BuildContext context, snapshot) {
return Scaffold(
appBar: AppBar(
elevation: 4,
elevation: 2,
actionsIconTheme: IconThemeData(
color: controller.selectedEvents.isEmpty
? null