change color of 'create tenant & continue' button

This commit is contained in:
Manish 2025-11-04 17:19:03 +05:30
parent 3008a6ab79
commit 9cf0016ccc

View File

@ -244,7 +244,7 @@ class _TenantCreateScreenState extends State<TenantCreateScreen> {
const EdgeInsets.symmetric(vertical: 14),
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(10)),
backgroundColor: Colors.deepPurple,
backgroundColor: Colors.green,
),
child: _loading
? const CircularProgressIndicator(