|
@@ -10,6 +10,7 @@ import 'package:widgets/ext/ex_widget.dart';
|
|
|
import 'package:widgets/load_state_layout.dart';
|
|
|
import 'package:widgets/my_load_image.dart';
|
|
|
import 'package:widgets/my_text_view.dart';
|
|
|
+import 'package:widgets/utils/dark_theme_util.dart';
|
|
|
import 'package:widgets/widget_export.dart';
|
|
|
|
|
|
@RoutePage()
|
|
@@ -127,10 +128,11 @@ class InfoScreen extends HookConsumerWidget {
|
|
|
),
|
|
|
|
|
|
//图标1
|
|
|
- const MyAssetImage(
|
|
|
+ MyAssetImage(
|
|
|
Assets.paymentInfoCashBack,
|
|
|
width: 53.5,
|
|
|
height: 55,
|
|
|
+ color: DarkThemeUtil.multiColors(context, AppColorsTheme.colorPrimary, darkColor: Colors.white),
|
|
|
),
|
|
|
|
|
|
//文本3
|
|
@@ -147,10 +149,11 @@ class InfoScreen extends HookConsumerWidget {
|
|
|
),
|
|
|
|
|
|
//图标2
|
|
|
- const MyAssetImage(
|
|
|
+ MyAssetImage(
|
|
|
Assets.paymentInfoRewards,
|
|
|
width: 49,
|
|
|
height: 53.5,
|
|
|
+ color: DarkThemeUtil.multiColors(context, AppColorsTheme.colorPrimary, darkColor: Colors.white),
|
|
|
),
|
|
|
|
|
|
//文本4
|
|
@@ -167,10 +170,11 @@ class InfoScreen extends HookConsumerWidget {
|
|
|
),
|
|
|
|
|
|
//图标3
|
|
|
- const MyAssetImage(
|
|
|
+ MyAssetImage(
|
|
|
Assets.paymentInfoBusiness,
|
|
|
width: 55.5,
|
|
|
height: 55.5,
|
|
|
+ color: DarkThemeUtil.multiColors(context, AppColorsTheme.colorPrimary, darkColor: Colors.white),
|
|
|
),
|
|
|
|
|
|
//文本5
|