TF-587 Remove search bar in setting screen

This commit is contained in:
dab246
2022-05-24 17:19:15 +07:00
committed by Dat H. Pham
parent ff1052e54a
commit 22953b83df
2 changed files with 3 additions and 15 deletions
@@ -24,7 +24,7 @@ class ProfilesView extends GetWidget<ProfilesController> {
borderRadius: _responsiveUtils.isDesktop(context) ? BorderRadius.circular(20) : null,
border: _responsiveUtils.isDesktop(context) ? Border.all(color: AppColor.colorBorderBodyThread, width: 1) : null,
color: Colors.white),
padding: const EdgeInsets.all(10),
padding: const EdgeInsets.only(left: 10, right: 10, bottom: 10),
child: DefaultTabController(
initialIndex: 0,
length: 1,