Merge branch 'main' of https://github.com/WDI-Ideas/Tanami_App into jayeshjain25
This commit is contained in:
@@ -20,7 +20,6 @@ import '../../../../core/styles/app_text.dart';
|
||||
import '../../../../shared/components/bloc/checkbox/checkbox_bloc.dart';
|
||||
import '../../../../shared/components/bloc/checkbox/checkbox_state.dart';
|
||||
import '../../../../shared/components/button_widget.dart';
|
||||
import '../../../../shared/components/text_widget.dart';
|
||||
import '../bloc/register_user_bloc.dart';
|
||||
import '../bloc/register_user_event.dart';
|
||||
import '../bloc/register_user_state.dart';
|
||||
@@ -166,13 +165,14 @@ class RegisterUserBottomSection extends StatelessWidget {
|
||||
},
|
||||
),
|
||||
const Gap(5),
|
||||
ButtonWidget().textBtn(
|
||||
function: () {
|
||||
goRouter.pop();
|
||||
},
|
||||
text: TextWidget().text14W700(AppText.backText,
|
||||
clr: AppColor.textLabelColor,
|
||||
textDecoration: TextDecoration.underline)),
|
||||
ButtonWidget().textBorderBtn(
|
||||
clr: AppColor.plainWhite,
|
||||
function: () {
|
||||
goRouter.pop();
|
||||
},
|
||||
text: AppText.backText,
|
||||
borderClr: AppColor.txtBorderColor,
|
||||
),
|
||||
],
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user