chore: Slightly adjust font sizes and design

This commit is contained in:
Christian Kußowski 2025-08-20 09:46:27 +02:00
commit 2710e66fae
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
4 changed files with 23 additions and 5 deletions

View file

@ -78,8 +78,10 @@ class ChatAppBarTitle extends StatelessWidget {
builder: (context, presence) {
final lastActiveTimestamp =
presence?.lastActiveTimestamp;
final style =
Theme.of(context).textTheme.bodySmall;
final style = Theme.of(context)
.listTileTheme
.subtitleTextStyle
?.copyWith(fontSize: 12);
if (presence?.currentlyActive == true) {
return Text(
L10n.of(context).currentlyActive,

View file

@ -199,7 +199,7 @@ class PresenceAvatar extends StatelessWidget {
overflow: TextOverflow.ellipsis,
style: const TextStyle(
color: Colors.black,
fontSize: 10.5,
fontSize: 9,
),
),
),
@ -254,7 +254,7 @@ class PresenceAvatar extends StatelessWidget {
maxLines: 1,
overflow: TextOverflow.ellipsis,
style: const TextStyle(
fontSize: 13,
fontSize: 11,
),
),
),