chore: Adjust design

This commit is contained in:
Christian Pauly 2022-08-05 17:07:46 +02:00
commit 983066e4a7
3 changed files with 7 additions and 4 deletions

View file

@ -164,7 +164,7 @@ class ChatView extends StatelessWidget {
builder: (BuildContext context, snapshot) {
return Scaffold(
appBar: AppBar(
elevation: 2,
elevation: 3,
actionsIconTheme: IconThemeData(
color: controller.selectedEvents.isEmpty
? null
@ -193,7 +193,6 @@ class ChatView extends StatelessWidget {
),
)
: null,
backgroundColor: Theme.of(context).colorScheme.surface,
body: DropTarget(
onDragDone: controller.onDragDone,
onDragEntered: controller.onDragEntered,