chore: minor styling tweak

This commit is contained in:
Alex
2025-03-17 14:02:49 -05:00
parent f588a609d9
commit fc921fbe9f
2 changed files with 2 additions and 3 deletions
@@ -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(),
),
),
),