chore: minor styling tweak

This commit is contained in:
Alex 2025-03-17 14:02:49 -05:00
parent f588a609d9
commit fc921fbe9f
No known key found for this signature in database
GPG Key ID: 53CD082B3A5E1082
2 changed files with 2 additions and 3 deletions

View File

@ -75,7 +75,6 @@
"backup_album_selection_page_albums_device": "Albums on device ({})",
"backup_album_selection_page_albums_tap": "Tap to include, double tap to exclude",
"backup_album_selection_page_assets_scatter": "Assets can scatter across multiple albums. Thus, albums can be included or excluded during the backup process.",
"backup_album_selection_page_search_hint": "Filter albums",
"backup_album_selection_page_select_albums": "Select albums",
"backup_album_selection_page_selection_info": "Selection Info",
"backup_album_selection_page_total_assets": "Total unique assets",

View File

@ -290,7 +290,7 @@ class BackupAlbumSelectionPage extends HookConsumerWidget {
),
SliverToBoxAdapter(
child: Padding(
padding: const EdgeInsets.all(8),
padding: const EdgeInsets.only(left: 16, right: 16, bottom: 4),
child: TextField(
focusNode: formFocus,
onChanged: (value) => searchQuery.value = value,
@ -330,7 +330,7 @@ class BackupAlbumSelectionPage extends HookConsumerWidget {
Icons.search_rounded,
color: context.colorScheme.primary,
),
hintText: 'backup_album_selection_page_search_hint'.tr(),
hintText: 'search_albums'.tr(),
),
),
),