إصلاح توافق فلاتر مع Theme الجديد

This commit is contained in:
Hamza-Ayed
2026-07-26 04:28:09 +03:00
parent ca6cb7a3fe
commit 7830efead7
4 changed files with 87134 additions and 86719 deletions
+1 -1
View File
@@ -37,6 +37,6 @@ _flutter.buildConfig = {"engineRevision":"6c0baaebf70e0148f485f27d5616b3d3382da7
_flutter.loader.load({
serviceWorkerSettings: {
serviceWorkerVersion: "2460754664" /* Flutter's service worker is deprecated and will be removed in a future Flutter release. */
serviceWorkerVersion: "658515598" /* Flutter's service worker is deprecated and will be removed in a future Flutter release. */
}
});
File diff suppressed because one or more lines are too long
-10
View File
@@ -22,11 +22,6 @@ class AppTheme {
onTertiary: Colors.white,
surface: AppColor.surface,
onSurface: AppColor.textPrimary,
surfaceContainerHighest: AppColor.surfaceElevated,
surfaceContainerHigh: const Color(0xFF1C1C1F),
surfaceContainerMedium: const Color(0xFF1E1E21),
surfaceContainerLow: const Color(0xFF222225),
surfaceContainer: AppColor.surface,
onSurfaceVariant: AppColor.textSecondary,
error: AppColor.danger,
onError: Colors.white,
@@ -268,11 +263,6 @@ class AppTheme {
onTertiary: Colors.white,
surface: surfaceLight,
onSurface: textPrimaryLight,
surfaceContainerHighest: surfaceElevatedLight,
surfaceContainerHigh: const Color(0xFFF5F6FA),
surfaceContainerMedium: const Color(0xFFF8F9FC),
surfaceContainerLow: const Color(0xFFFAFBFD),
surfaceContainer: surfaceLight,
onSurfaceVariant: textSecondaryLight,
error: dangerLight,
onError: Colors.white,