name ui fix and removed parts of the app that are not ready

This commit is contained in:
Arseni
2026-02-05 02:42:00 +03:00
parent 509af9bc5c
commit 0ce90eef21
9 changed files with 199 additions and 66 deletions

View File

@@ -57,7 +57,7 @@ class UserProfileCard extends StatelessWidget {
child: Text(
userName ?? loc.userNamePlaceholder,
style: theme.textTheme.bodyLarge?.copyWith(
fontSize: 20,
fontSize: 18,
fontWeight: FontWeight.w500,
),
maxLines: 2,