Update text color of the "Existing user" button

This commit is contained in:
vishnukvmd 2022-06-10 17:34:14 +05:30
parent f946796b81
commit ecfe69394f

View file

@ -106,6 +106,9 @@ class _LandingPageWidgetState extends State<LandingPageWidget> {
Theme.of(context).colorScheme.optionalActionButtonStyle,
child: Text(
"Existing user",
style: TextStyle(
color: Colors.black, // same for both themes
),
),
onPressed: _navigateToSignInPage,
),