Update Test profile message
This commit is contained in:
parent
52c4b059b0
commit
3d263e3083
1 changed files with 12 additions and 0 deletions
|
|
@ -167,6 +167,18 @@ class _SignInState extends State<SignIn> {
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
const SizedBox(height: 10),
|
const SizedBox(height: 10),
|
||||||
|
Text(
|
||||||
|
"NB: These accounts are used for test purposes. Please do not store personal information on these profiles.",
|
||||||
|
textAlign: TextAlign.center,
|
||||||
|
style: TextStyle(
|
||||||
|
color: MzanziInnovationHub.of(context)!
|
||||||
|
.theme
|
||||||
|
.secondaryColor(),
|
||||||
|
fontSize: 15.0,
|
||||||
|
fontWeight: FontWeight.bold,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
const SizedBox(height: 15),
|
||||||
Expanded(
|
Expanded(
|
||||||
child: GridView.builder(
|
child: GridView.builder(
|
||||||
// physics: ,
|
// physics: ,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue