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

@@ -94,12 +94,12 @@ class _PgcReviewPostPanelState extends State<PgcReviewPostPanel> {
return Obx(
() => index <= _score.value - 1
? const Icon(
CustomIcon.star_favorite_solid,
CustomIcons.star_favorite_solid,
size: 50,
color: Color(0xFFFFAD35),
)
: const Icon(
CustomIcon.star_favorite_line,
CustomIcons.star_favorite_line,
size: 50,
color: Colors.grey,
),