idle7000
This commit is contained in:
@@ -158,7 +158,10 @@ class _HomePageState extends State<HomePage> with TickerProviderStateMixin {
|
||||
Navigator.of(dialogContext).pop();
|
||||
}
|
||||
},
|
||||
child: const Text('Create'),
|
||||
child: Text(
|
||||
'Create',
|
||||
style: TextStyle(color: Colors.red[400]),
|
||||
),
|
||||
),
|
||||
],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user