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: [
Text(
'search_page_person_add_name_title',
style: context.textTheme.titleSmall?.copyWith(
color: context.themeData.colorScheme.secondary,
style: context.textTheme.titleMedium?.copyWith(
color: context.primaryColor,
),
).tr(),
Text(
'search_page_person_add_name_subtitle',
style: context.textTheme.labelSmall,
style: context.textTheme.labelLarge,
).tr(),
],
)