mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-29 12:38:34 +00:00
@@ -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,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user