Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-09-18 16:33:33 +08:00
parent 64e893e36f
commit cef7e478f5
19 changed files with 492 additions and 456 deletions

View File

@@ -254,13 +254,13 @@ class _PgcReviewChildPageState extends State<PgcReviewChildPage>
(index) {
if (index <= item.score - 1) {
return const Icon(
CustomIcon.star_favorite_solid,
CustomIcons.star_favorite_solid,
size: 13,
color: Color(0xFFFFAD35),
);
}
return const Icon(
CustomIcon.star_favorite_line,
CustomIcons.star_favorite_line,
size: 14,
color: Colors.grey,
);