update icons

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-06-17 21:55:23 +08:00
parent 5b1dabea14
commit 14aac2870d
5 changed files with 82 additions and 62 deletions

View File

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