2884-chat-list-header-tweaks (#2885)
* fix(chat_list_header): simplify search text and spacing * chore: formatting --------- Co-authored-by: ggurdin <ggurdin@gmail.com>
This commit is contained in:
parent
e3246f1603
commit
82d78452e0
1 changed files with 2 additions and 2 deletions
|
|
@ -28,11 +28,11 @@ class PangeaChatListHeader extends StatelessWidget
|
|||
top: 16,
|
||||
left: 16,
|
||||
right: 16,
|
||||
bottom: 16,
|
||||
),
|
||||
child: Column(
|
||||
children: [
|
||||
const LearningProgressIndicators(),
|
||||
const SizedBox(height: 16),
|
||||
TextField(
|
||||
controller: controller.searchController,
|
||||
focusNode: controller.searchFocusNode,
|
||||
|
|
@ -49,7 +49,7 @@ class PangeaChatListHeader extends StatelessWidget
|
|||
borderRadius: BorderRadius.circular(99),
|
||||
),
|
||||
contentPadding: EdgeInsets.zero,
|
||||
hintText: L10n.of(context).searchChatsRooms,
|
||||
hintText: L10n.of(context).search,
|
||||
hintStyle: TextStyle(
|
||||
color: theme.colorScheme.onPrimaryContainer,
|
||||
fontWeight: FontWeight.normal,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue