chore: Follow up appbar design

This commit is contained in:
Christian Pauly 2022-07-12 21:37:04 +02:00
commit 2fe40d34b9
3 changed files with 9 additions and 7 deletions

View file

@ -254,10 +254,11 @@ class ChatView extends StatelessWidget {
bottomRight:
Radius.circular(AppConfig.borderRadius),
),
elevation: 6,
elevation: 4,
shadowColor: Theme.of(context)
.dividerColor
.withAlpha(100),
.colorScheme
.onBackground
.withAlpha(64),
clipBehavior: Clip.hardEdge,
color: Theme.of(context).brightness ==
Brightness.light