إصلاح توافق فلاتر مع Theme الجديد
This commit is contained in:
Binary file not shown.
@@ -37,6 +37,6 @@ _flutter.buildConfig = {"engineRevision":"6c0baaebf70e0148f485f27d5616b3d3382da7
|
|||||||
|
|
||||||
_flutter.loader.load({
|
_flutter.loader.load({
|
||||||
serviceWorkerSettings: {
|
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. */
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
+87133
-86708
File diff suppressed because one or more lines are too long
@@ -22,11 +22,6 @@ class AppTheme {
|
|||||||
onTertiary: Colors.white,
|
onTertiary: Colors.white,
|
||||||
surface: AppColor.surface,
|
surface: AppColor.surface,
|
||||||
onSurface: AppColor.textPrimary,
|
onSurface: AppColor.textPrimary,
|
||||||
surfaceContainerHighest: AppColor.surfaceElevated,
|
|
||||||
surfaceContainerHigh: const Color(0xFF1C1C1F),
|
|
||||||
surfaceContainerMedium: const Color(0xFF1E1E21),
|
|
||||||
surfaceContainerLow: const Color(0xFF222225),
|
|
||||||
surfaceContainer: AppColor.surface,
|
|
||||||
onSurfaceVariant: AppColor.textSecondary,
|
onSurfaceVariant: AppColor.textSecondary,
|
||||||
error: AppColor.danger,
|
error: AppColor.danger,
|
||||||
onError: Colors.white,
|
onError: Colors.white,
|
||||||
@@ -268,11 +263,6 @@ class AppTheme {
|
|||||||
onTertiary: Colors.white,
|
onTertiary: Colors.white,
|
||||||
surface: surfaceLight,
|
surface: surfaceLight,
|
||||||
onSurface: textPrimaryLight,
|
onSurface: textPrimaryLight,
|
||||||
surfaceContainerHighest: surfaceElevatedLight,
|
|
||||||
surfaceContainerHigh: const Color(0xFFF5F6FA),
|
|
||||||
surfaceContainerMedium: const Color(0xFFF8F9FC),
|
|
||||||
surfaceContainerLow: const Color(0xFFFAFBFD),
|
|
||||||
surfaceContainer: surfaceLight,
|
|
||||||
onSurfaceVariant: textSecondaryLight,
|
onSurfaceVariant: textSecondaryLight,
|
||||||
error: dangerLight,
|
error: dangerLight,
|
||||||
onError: Colors.white,
|
onError: Colors.white,
|
||||||
|
|||||||
Reference in New Issue
Block a user