alroyso 1 year ago
parent
commit
ae67b13ac6
1 changed files with 2 additions and 0 deletions
  1. 2 0
      lib/app/modules/home/views/home_view.dart

+ 2 - 0
lib/app/modules/home/views/home_view.dart

@@ -170,7 +170,9 @@ class HomeView extends GetView<HomeController> {
                 const SizedBox(height: 40,),
                 Center(
                   child: Row(
+                    mainAxisAlignment: MainAxisAlignment.center,
                     children: [
+
                       ButtonSelect(
                         labels: ['setting_mode_rules'.tr,'setting_mode_global'.tr,],
                         value: controllers.global.modes.indexOf(controllers.global.modesSelect.value),