chore: Follow up appbar design
This commit is contained in:
parent
227e85fe8a
commit
2fe40d34b9
3 changed files with 9 additions and 7 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue