更新日报图标说明

This commit is contained in:
wyf
2025-07-11 18:53:12 +08:00
parent a26834f56c
commit 27273ff18d
3 changed files with 6 additions and 2 deletions

View File

@@ -1065,7 +1065,7 @@ class _NewSleepReportPageState extends State<NewSleepReportPage> {
child: Container(
width: 30.rpx,
height: 30.rpx,
child: SvgPicture.asset('assets/img/icon/arrow_right.svg',
child: SvgPicture.asset('assets/img/icon/arrow_right1.svg',
color: isRightLimit.value
? Color(0xFF929699)
: Color(0xFFFFFFFF)),