chore: Adjust design
This commit is contained in:
parent
1c7424bd18
commit
983066e4a7
3 changed files with 7 additions and 4 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue