1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2025-06-19 16:25:17 +00:00

Update Flutter to v2.10

This commit is contained in:
2022-03-10 17:28:21 +01:00
parent 173487f801
commit 42b4f99efa
5 changed files with 21 additions and 14 deletions

View File

@ -50,9 +50,7 @@ class LoginRoutesTheme extends StatelessWidget {
),
colorScheme: ColorScheme(
primary: Colors.white,
primaryVariant: Colors.white,
secondary: Colors.white,
secondaryVariant: Colors.white,
surface: Config.get().splashBackgroundColor,
background: Config.get().splashBackgroundColor,
error: Colors.redAccent,