1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2025-07-01 22:23:29 +00:00

Can request to join a Forez group

This commit is contained in:
2021-04-23 19:32:34 +02:00
parent 0cd6ed284b
commit d178e8b1c3
8 changed files with 122 additions and 23 deletions

View File

@ -46,6 +46,9 @@ class LoginRoutesTheme extends StatelessWidget {
accentColor: Colors.white,
hintColor: Colors.white,
textTheme: TextTheme(subtitle1: TextStyle(color: Colors.white)),
radioTheme: RadioThemeData(
fillColor: MaterialStateProperty.all(Colors.white),
),
colorScheme: ColorScheme(
primary: Colors.white,
primaryVariant: Colors.white,