TF-3998 Reduce size of toggle in vacation settings

This commit is contained in:
dab246
2025-09-03 13:54:49 +07:00
committed by Dat H. Pham
parent 782c6f7f44
commit 614cb1e505
7 changed files with 48 additions and 29 deletions
@@ -1,3 +1,4 @@
import 'package:core/presentation/resources/image_paths.dart';
import 'package:dartz/dartz.dart' hide State;
import 'package:flutter_test/flutter_test.dart';
import 'package:get/get.dart';
@@ -39,6 +40,7 @@ void main() {
setUpAll(() {
Get.put<SettingsController>(settingsController);
Get.put(ImagePaths());
});
setUp(() {