fix: provider_shopper login button invisible text (#1560)

Fixed text on provider_shopper login button being invisible
pull/1571/head
Durval Ledo 2 years ago committed by GitHub
parent c11802e614
commit fe8464f0f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -40,7 +40,7 @@ class MyLogin extends StatelessWidget {
context.pushReplacement('/catalog');
},
style: ElevatedButton.styleFrom(
foregroundColor: Colors.yellow,
backgroundColor: Colors.yellow,
),
child: const Text('ENTER'),
)

Loading…
Cancel
Save