mod: title fontSize

This commit is contained in:
guozhigq
2023-07-26 11:43:16 +08:00
parent 9e5b7a405f
commit 57833160f7
18 changed files with 147 additions and 150 deletions

View File

@ -11,13 +11,16 @@ Widget followItem({item}) {
leading: Hero(
tag: heroTag,
child: NetworkImgLayer(
width: 38,
height: 38,
width: 45,
height: 45,
type: 'avatar',
src: item.face,
),
),
title: Text(item.uname),
title: Text(
item.uname,
style: const TextStyle(fontSize: 14),
),
subtitle: Text(
item.sign,
maxLines: 1,