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:
wcjord 2025-05-23 10:39:47 -04:00 committed by GitHub
parent e3246f1603
commit 82d78452e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,