things in v5 personalize settings (rename thingie)

This commit is contained in:
Kima
2024-02-01 22:02:46 +01:00
parent 458971392e
commit 6e23397905
5 changed files with 308 additions and 9 deletions

View File

@@ -328,7 +328,7 @@ class SettingsScreenState extends State<SettingsScreen>
AccountView.show(user.user!, context: context),
title: Text("personal_details".i18n),
leading: Icon(
FeatherIcons.user,
FeatherIcons.info,
size: 22.0,
color: AppColors.of(context).text.withOpacity(0.95),
),