mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 00:05:16 +00:00
Fix password reset route theme
This commit is contained in:
@ -33,6 +33,12 @@ class LoginRoutesTheme extends StatelessWidget {
|
||||
MaterialStateProperty.all(Config.get().splashBackgroundColor),
|
||||
),
|
||||
dialogBackgroundColor: Config.get().splashBackgroundColor,
|
||||
dialogTheme: DialogTheme(
|
||||
contentTextStyle: TextStyle(
|
||||
color: Colors.white,
|
||||
),
|
||||
),
|
||||
buttonTheme: ButtonThemeData(buttonColor: Colors.white),
|
||||
primaryColor: Colors.white,
|
||||
backgroundColor: Config.get().splashBackgroundColor,
|
||||
disabledColor: Colors.grey,
|
||||
|
Reference in New Issue
Block a user