fix: Seenby fontsize
This commit is contained in:
parent
497cd94752
commit
fbd108a446
2 changed files with 5 additions and 2 deletions
|
|
@ -43,6 +43,7 @@ class SeenByRow extends StatelessWidget {
|
|||
user.avatarUrl,
|
||||
user.calcDisplayname(),
|
||||
size: 16,
|
||||
fontSize: 9,
|
||||
),
|
||||
)
|
||||
.toList(),
|
||||
|
|
@ -56,7 +57,7 @@ class SeenByRow extends StatelessWidget {
|
|||
child: Center(
|
||||
child: Text(
|
||||
'+${seenByUsers.length - maxAvatars}',
|
||||
style: const TextStyle(fontSize: 10),
|
||||
style: const TextStyle(fontSize: 9),
|
||||
),
|
||||
),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue