mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
fix: provider_shopper login button invisible text (#1560)
Fixed text on provider_shopper login button being invisible
This commit is contained in:
@@ -40,7 +40,7 @@ class MyLogin extends StatelessWidget {
|
||||
context.pushReplacement('/catalog');
|
||||
},
|
||||
style: ElevatedButton.styleFrom(
|
||||
foregroundColor: Colors.yellow,
|
||||
backgroundColor: Colors.yellow,
|
||||
),
|
||||
child: const Text('ENTER'),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user