File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import 'package:go_router/go_router.dart';
44import 'package:ht_main/l10n/l10n.dart' ;
55import 'package:ht_main/router/routes.dart' ;
66import 'package:ht_main/settings/bloc/settings_bloc.dart' ;
7- import 'package:ht_main/shared/constants/app_spacing .dart' ;
7+ import 'package:ht_ui_kit/ht_ui_kit .dart' ;
88
99/// {@template appearance_settings_page}
1010/// A menu page for navigating to theme and font appearance settings.
@@ -15,7 +15,7 @@ class AppearanceSettingsPage extends StatelessWidget {
1515
1616 @override
1717 Widget build (BuildContext context) {
18- final l10n = context.l10n;
18+ final l10n = AppLocalizationsX ( context) .l10n;
1919 // SettingsBloc is watched to ensure settings are loaded,
2020 // though this page itself doesn't dispatch events.
2121 final settingsState = context.watch <SettingsBloc >().state;
You can’t perform that action at this time.
0 commit comments