change color of 'create tenant & continue' button
This commit is contained in:
parent
3008a6ab79
commit
9cf0016ccc
@ -244,7 +244,7 @@ class _TenantCreateScreenState extends State<TenantCreateScreen> {
|
|||||||
const EdgeInsets.symmetric(vertical: 14),
|
const EdgeInsets.symmetric(vertical: 14),
|
||||||
shape: RoundedRectangleBorder(
|
shape: RoundedRectangleBorder(
|
||||||
borderRadius: BorderRadius.circular(10)),
|
borderRadius: BorderRadius.circular(10)),
|
||||||
backgroundColor: Colors.deepPurple,
|
backgroundColor: Colors.green,
|
||||||
),
|
),
|
||||||
child: _loading
|
child: _loading
|
||||||
? const CircularProgressIndicator(
|
? const CircularProgressIndicator(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user