mirror of
https://github.com/immich-app/immich.git
synced 2024-11-15 09:59:00 -07:00
chore(mobile): minor font fix
This commit is contained in:
parent
94c8fe1098
commit
347e6191c5
@ -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(),
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user