This commit is contained in:
Developer
2026-04-03 03:26:06 +08:00
parent 3063deb34c
commit cba04235c8
49 changed files with 3955 additions and 1421 deletions

View File

@@ -138,6 +138,7 @@ class ThemeController extends GetxController {
duration: const Duration(seconds: 2),
margin: const EdgeInsets.all(16),
borderRadius: 12,
colorText: currentThemeColor,
);
}
@@ -173,6 +174,7 @@ class ThemeController extends GetxController {
duration: const Duration(seconds: 2),
margin: const EdgeInsets.all(16),
borderRadius: 12,
colorText: currentThemeColor,
);
}
@@ -266,6 +268,7 @@ class ThemeController extends GetxController {
duration: const Duration(seconds: 2),
margin: const EdgeInsets.all(16),
borderRadius: 12,
colorText: currentThemeColor,
);
}