mirror of
https://github.com/immich-app/immich.git
synced 2025-12-22 07:10:56 -08:00
refactor(mobile): refactor theme management (#14415)
This commit is contained in:
@@ -133,6 +133,7 @@ class _MobileLayout extends StatelessWidget {
|
||||
).tr(),
|
||||
subtitle: Text(
|
||||
setting.subtitle,
|
||||
style: context.textTheme.labelLarge,
|
||||
).tr(),
|
||||
onTap: () =>
|
||||
context.pushRoute(SettingsSubRoute(section: setting)),
|
||||
|
||||
Reference in New Issue
Block a user