chore(mobile): minor font fix

This commit is contained in:
Alex 2023-11-20 12:59:53 -06:00
parent 94c8fe1098
commit 347e6191c5
No known key found for this signature in database
GPG Key ID: 53CD082B3A5E1082

View File

@ -76,13 +76,13 @@ class PersonResultPage extends HookConsumerWidget {
children: [ children: [
Text( Text(
'search_page_person_add_name_title', 'search_page_person_add_name_title',
style: context.textTheme.titleSmall?.copyWith( style: context.textTheme.titleMedium?.copyWith(
color: context.themeData.colorScheme.secondary, color: context.primaryColor,
), ),
).tr(), ).tr(),
Text( Text(
'search_page_person_add_name_subtitle', 'search_page_person_add_name_subtitle',
style: context.textTheme.labelSmall, style: context.textTheme.labelLarge,
).tr(), ).tr(),
], ],
) )