From 9cf0016cccc6e4eab9273e07525f193b2d6280b1 Mon Sep 17 00:00:00 2001 From: Manish Date: Tue, 4 Nov 2025 17:19:03 +0530 Subject: [PATCH] change color of 'create tenant & continue' button --- lib/view/tenant/tenant_create_screen.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/view/tenant/tenant_create_screen.dart b/lib/view/tenant/tenant_create_screen.dart index 99d83ce..6eb6581 100644 --- a/lib/view/tenant/tenant_create_screen.dart +++ b/lib/view/tenant/tenant_create_screen.dart @@ -244,7 +244,7 @@ class _TenantCreateScreenState extends State { const EdgeInsets.symmetric(vertical: 14), shape: RoundedRectangleBorder( borderRadius: BorderRadius.circular(10)), - backgroundColor: Colors.deepPurple, + backgroundColor: Colors.green, ), child: _loading ? const CircularProgressIndicator(