This commit is contained in:
wyf
2025-05-13 11:59:04 +08:00
parent eae7a2284d
commit fb5c3864a3
101 changed files with 8427 additions and 1953 deletions

View File

@@ -43,7 +43,7 @@ class _TestWidgetState extends State<NullDataWidget> {
child: SvgPicture.asset(
'assets/img/icon/nulldata.svg',
fit: BoxFit.cover,
color: themeController.currentColor.sc4,
color: themeController.currentColor.sc4.withOpacity(0.5),
),
),
),