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

@ -46,8 +46,9 @@ class ChatListHeader extends StatelessWidget implements PreferredSizeWidget {
topLeft: Radius.circular(AppConfig.borderRadius),
topRight: Radius.circular(AppConfig.borderRadius),
),
elevation: 6,
shadowColor: Theme.of(context).dividerColor.withAlpha(100),
elevation: 4,
shadowColor:
Theme.of(context).colorScheme.onBackground.withAlpha(64),
child: TextField(
controller: controller.searchController,
textInputAction: TextInputAction.search,