mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-07-01 22:23:29 +00:00
Fix all code warnings
This commit is contained in:
@ -43,7 +43,6 @@ class LoginRoutesTheme extends StatelessWidget {
|
||||
backgroundColor: Config.get().splashBackgroundColor,
|
||||
disabledColor: Colors.grey,
|
||||
highlightColor: Colors.white12,
|
||||
accentColor: Colors.white,
|
||||
hintColor: Colors.white,
|
||||
textTheme: TextTheme(subtitle1: TextStyle(color: Colors.white)),
|
||||
radioTheme: RadioThemeData(
|
||||
@ -63,7 +62,7 @@ class LoginRoutesTheme extends StatelessWidget {
|
||||
onBackground: Colors.white,
|
||||
onError: Colors.redAccent,
|
||||
brightness: Brightness.dark,
|
||||
)),
|
||||
).copyWith(secondary: Colors.white)),
|
||||
child: child,
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user