mod: prinfo

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-03-30 12:31:36 +08:00
parent f003e8bf35
commit a904414f3d
2 changed files with 2 additions and 2 deletions

View File

@@ -580,7 +580,7 @@ class UserInfoCard extends StatelessWidget {
Expanded(
child: Text(
card.prInfo!.content!,
style: TextStyle(fontSize: 15, color: textColor),
style: TextStyle(fontSize: 13, color: textColor),
),
),
if (card.prInfo?.url?.isNotEmpty == true) ...[