fix : card Icon color and svg -> Poultry Action
This commit is contained in:
@@ -13,7 +13,7 @@ class PoultryActionLogic extends GetxController {
|
|||||||
RxList<PoultryActionItem> items = [
|
RxList<PoultryActionItem> items = [
|
||||||
PoultryActionItem(title: "بازرسی", route: ChickenRoutes.inspectionPoultryScience,icon: Assets.vec.cubeSearchSvg.path),
|
PoultryActionItem(title: "بازرسی", route: ChickenRoutes.inspectionPoultryScience,icon: Assets.vec.cubeSearchSvg.path),
|
||||||
PoultryActionItem(title: "ثبت کشتار", route: ChickenRoutes.killingRegistrationPoultryScience,icon: Assets.vec.noteRemoveSvg.path),
|
PoultryActionItem(title: "ثبت کشتار", route: ChickenRoutes.killingRegistrationPoultryScience,icon: Assets.vec.noteRemoveSvg.path),
|
||||||
PoultryActionItem(title: "فارم ها", route: ChickenRoutes.farmPoultryScience,icon: Assets.vec.cubeBottomRotationSvg.path),
|
PoultryActionItem(title: "فارم ها", route: ChickenRoutes.farmPoultryScience,icon: Assets.vec.cubeScanSvg.path),
|
||||||
PoultryActionItem(title: "جوجه ریزی فعال", route: ChickenRoutes.activeHatchingPoultryScience,icon: Assets.vec.boxTickSvg.path),
|
PoultryActionItem(title: "جوجه ریزی فعال", route: ChickenRoutes.activeHatchingPoultryScience,icon: Assets.vec.boxTickSvg.path),
|
||||||
].obs;
|
].obs;
|
||||||
|
|
||||||
|
|||||||
@@ -51,6 +51,7 @@ class PoultryActionPage extends GetView<PoultryActionLogic> {
|
|||||||
return CardIcon(
|
return CardIcon(
|
||||||
title: item.title,
|
title: item.title,
|
||||||
vecIcon: item.icon,
|
vecIcon: item.icon,
|
||||||
|
iconColor: AppColor.blueNormal,
|
||||||
onTap: () async {
|
onTap: () async {
|
||||||
Get.toNamed(item.route, id: 0);
|
Get.toNamed(item.route, id: 0);
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user