Skip to content

Commit

Permalink
fixup! TW-2085 Change texts in settings screen
Browse files Browse the repository at this point in the history
  • Loading branch information
KhaledNjim committed Oct 16, 2024
1 parent 60118ec commit 89ad2cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ class SettingsAppBar extends StatelessWidget implements PreferredSizeWidget {
Widget build(BuildContext context) {
final responsiveUtils = getIt.get<ResponsiveUtils>();
return AppBar(
centerTitle: true,
backgroundColor: LinagoraSysColors.material().onPrimary,
title: title,
leading: responsiveUtils.isMobile(context)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class SettingsItemBuilder extends StatelessWidget {
child: Padding(
padding: SettingsViewStyle.itemBuilderPadding,
child: Row(
crossAxisAlignment: CrossAxisAlignment.start,
crossAxisAlignment: CrossAxisAlignment.center,
children: [
Padding(
padding: SettingsViewStyle.leadingItemBuilderPadding,
Expand Down

0 comments on commit 89ad2cb

Please sign in to comment.