|
|
|
|
@ -254,7 +254,7 @@ class FooterActionButton {
|
|
|
|
|
child: AppFilledButton(
|
|
|
|
|
label: context.translation.assetRetiredPendingOpManagementApproval,
|
|
|
|
|
buttonColor: AppColor.background(context),
|
|
|
|
|
textColor: context.isDark ? Colors.white : AppColor.neutral150,
|
|
|
|
|
textColor: context.isDark ? Colors.white : AppColor.neutral50,
|
|
|
|
|
fontSize: 12.toScreenWidth,
|
|
|
|
|
));
|
|
|
|
|
case WorkOrderNextStepEnum.waitingForRequesterToConfirm:
|
|
|
|
|
@ -267,7 +267,7 @@ class FooterActionButton {
|
|
|
|
|
AppFilledButton(
|
|
|
|
|
label: 'Waiting for requester to verify',
|
|
|
|
|
buttonColor: AppColor.background(context),
|
|
|
|
|
textColor: context.isDark ? Colors.white : AppColor.neutral150,
|
|
|
|
|
textColor: context.isDark ? Colors.white : AppColor.neutral50,
|
|
|
|
|
// buttonColor: AppColor.neutral140,
|
|
|
|
|
// textColor: AppColor.neutral150,
|
|
|
|
|
fontSize: 12.toScreenWidth,
|
|
|
|
|
|