Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-20 18:28:46 +08:00
parent a2ef4e6f84
commit f9e28d1de9
5 changed files with 57 additions and 47 deletions

View File

@@ -47,7 +47,7 @@ class SearchUserItem extends StatelessWidget {
child: Icon(
Icons.offline_bolt,
color: item.officialVerify?['type'] == 0
? Colors.yellow
? const Color(0xFFFFCC00)
: Colors.lightBlueAccent,
size: 14,
),