|
@@ -155,15 +155,9 @@ class DetailNotApprovedFragment extends HookConsumerWidget {
|
|
|
).expanded(),
|
|
|
],
|
|
|
).marginOnly(left: 15, right: 15),
|
|
|
- MyButton(
|
|
|
- onPressed: () {},
|
|
|
- text: S.current.remove,
|
|
|
- textColor: Colors.white,
|
|
|
- fontSize: 15,
|
|
|
- fontWeight: FontWeight.w400,
|
|
|
- radius: 7,
|
|
|
- backgroundColor: context.appColors.orangeBG,
|
|
|
- ).marginOnly(top: 6, left: 15, right: 15, bottom: 17.5),
|
|
|
+
|
|
|
+ const SizedBox(height: 17.5),
|
|
|
+
|
|
|
],
|
|
|
),
|
|
|
);
|